[sword-cvs] sword/src/frontend swlog.cpp,1.12,1.13
sword@www.crosswire.org
sword@www.crosswire.org
Sun, 26 Jan 2003 20:22:00 -0700
Update of /usr/local/cvsroot/sword/src/frontend
In directory www:/tmp/cvs-serv6549
Modified Files:
swlog.cpp
Log Message:
ifndef no longer needed for MSVC
Index: swlog.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/frontend/swlog.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** swlog.cpp 22 Nov 2002 04:46:03 -0000 1.12
--- swlog.cpp 27 Jan 2003 03:21:58 -0000 1.13
***************
*** 3,9 ****
#include <stdarg.h>
#include <stdio.h>
- #ifndef _MSC_VER
#include <iostream>
- #endif
#if defined(_ICU_) && !defined(_ICUSWORD_)
#define _USTDIO_
--- 3,7 ----