tng 2003/01/30 11:09:50
Modified: c/src/xercesc/util/Compilers MVSCPPDefs.hpp
Log:
[Bug 3041] wrong PLATFORM_IMPORT in MVSCPPDefs.hpp
Revision Changes Path
1.8 +4 -1 xml-xerces/c/src/xercesc/util/Compilers/MVSCPPDefs.hpp
Index: MVSCPPDefs.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Compilers/MVSCPPDefs.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- MVSCPPDefs.hpp 20 Jan 2003 19:28:52 -0000 1.7
+++ MVSCPPDefs.hpp 30 Jan 2003 19:09:50 -0000 1.8
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.8 2003/01/30 19:09:50 tng
+ * [Bug 3041] wrong PLATFORM_IMPORT in MVSCPPDefs.hpp
+ *
* Revision 1.7 2003/01/20 19:28:52 tng
* 390: turn on C++ namespace. Patch from Stephen Dulin.
*
@@ -137,7 +140,7 @@
// to do this.
// ---------------------------------------------------------------------------
#define PLATFORM_EXPORT _Export
-#define PLATFORM_IMPORT _Export
+#define PLATFORM_IMPORT
// ---------------------------------------------------------------------------
// Indicate that we do not support native bools
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]