tng 2003/03/13 14:09:09
Modified: c/src/xercesc/util/Platforms/Win32 Win32PlatformUtils.cpp
Log:
[Bug 11974] mak-files for bcc32 v.5.5.1 (free or from BCB5). Patch from Vitaly
Prapirny
Revision Changes Path
1.16 +2 -2
xml-xerces/c/src/xercesc/util/Platforms/Win32/Win32PlatformUtils.cpp
Index: Win32PlatformUtils.cpp
===================================================================
RCS file:
/home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Win32/Win32PlatformUtils.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Win32PlatformUtils.cpp 9 Mar 2003 17:01:38 -0000 1.15
+++ Win32PlatformUtils.cpp 13 Mar 2003 22:09:09 -0000 1.16
@@ -794,7 +794,7 @@
// otherwise we are back to using assembler.
// (But only if building with compilers that support inline assembler.)
//
- #if defined(_MSC_VER) || defined(__BCPLUSPLUS__)
+ #if (defined(_MSC_VER) || defined(__BCPLUSPLUS__)) && !defined(XERCES_NO_ASM)
void* result;
__asm
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]