jberry 2003/02/05 10:52:46 Modified: c/src/xercesc/util/Compilers CodeWarriorDefs.hpp Log: Correct syntax error Revision Changes Path 1.10 +3 -3 xml-xerces/c/src/xercesc/util/Compilers/CodeWarriorDefs.hpp Index: CodeWarriorDefs.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Compilers/CodeWarriorDefs.hpp,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- CodeWarriorDefs.hpp 5 Feb 2003 18:11:41 -0000 1.9 +++ CodeWarriorDefs.hpp 5 Feb 2003 18:52:46 -0000 1.10 @@ -155,12 +155,12 @@ // (these routines are defined in CW 8 by extras.h, but there is no MachO // library for extras). // --------------------------------------------------------------------------- -#if __MACH__ && __MWERKS__ +#if __MACH__ int stricmp(const char* const str1, const char* const str2); int strnicmp(const char* const str1, const char* const str2, const unsigned int count); #endif -#if __MWERKS__ && (defined(_WIN32) || defined(WIN32)) +#if defined(_WIN32) || defined(WIN32) /* used in place of calling mbstowcs or wcstombs with a NULL destination */ int mbswcslen(const char * s, const unsigned int n); int wcsmbslen(const wchar_t * pwcs, const unsigned int n);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]