gareth 2003/05/29 06:52:36 Modified: c/src/xercesc/util/Compilers VCPPDefs.hpp Log: fixed typo for version number Revision Changes Path 1.9 +4 -1 xml-xerces/c/src/xercesc/util/Compilers/VCPPDefs.hpp Index: VCPPDefs.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Compilers/VCPPDefs.hpp,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- VCPPDefs.hpp 29 May 2003 11:18:37 -0000 1.8 +++ VCPPDefs.hpp 29 May 2003 13:52:36 -0000 1.9 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.9 2003/05/29 13:52:36 gareth + * fixed typo for version number + * * Revision 1.8 2003/05/29 11:18:37 gareth * Added macros in so we can determine whether to do things like iostream as opposed to iostream.h and whether to use std:: or not. * @@ -207,7 +210,7 @@ #define XERCES_DEBUG #endif -#if _MSV_VER > 1300 +#if _MSC_VER > 1300 #define XERCES_NEW_IOSTREAMS #define XERCES_STD_NAMESPACE #endif
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]