Skip to content
Snippets Groups Projects
Commit e54918b5 authored by Gareth Reakes's avatar Gareth Reakes
Browse files

fixed typo for version number

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175059 13f79535-47bb-0310-9956-ffa450edef68
parent 59c78f11
No related branches found
No related tags found
No related merge requests found
......@@ -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 @@ typedef int XMLInt32;
#define XERCES_DEBUG
#endif
#if _MSV_VER > 1300
#if _MSC_VER > 1300
#define XERCES_NEW_IOSTREAMS
#define XERCES_STD_NAMESPACE
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment