jberry      2003/02/05 11:33:48

  Modified:    c/src/xercesc/util/Compilers CodeWarriorDefs.hpp
  Log:
  Restore support for CodeWarrior MachO framework build
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- CodeWarriorDefs.hpp       5 Feb 2003 18:52:46 -0000       1.10
  +++ CodeWarriorDefs.hpp       5 Feb 2003 19:33:48 -0000       1.11
  @@ -80,7 +80,7 @@
   //  These defines provide the platform specific keywords that they need
   //  to do this.
   // ---------------------------------------------------------------------------
  -#if defined(macintosh)
  +#if defined(XML_MACOS)
   #define PLATFORM_EXPORT              __declspec(export)
   #define PLATFORM_IMPORT              __declspec(import)
   #elif defined(_WIN32) || defined(WIN32)
  @@ -111,7 +111,7 @@
   // ---------------------------------------------------------------------------
   //  Define our version of the XML character
   // ---------------------------------------------------------------------------
  -#if defined(macintosh)
  +#if defined(XML_MACOS)
   typedef unsigned short  XMLCh;
   #elif defined(_WIN32) || defined(WIN32)
   typedef wchar_t                      XMLCh;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to