You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/11/26 14:51:57 UTC

cvs commit: xml-xerces/c/src/util/Compilers BorlandCDefs.hpp

tng         01/11/26 05:51:57

  Modified:    c/src/util/Compilers BorlandCDefs.hpp
  Log:
  BCB4 can use wchar_t.  Fixed by Don Mastrovito.
  
  Revision  Changes    Path
  1.10      +4 -3      xml-xerces/c/src/util/Compilers/BorlandCDefs.hpp
  
  Index: BorlandCDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/BorlandCDefs.hpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- BorlandCDefs.hpp	2001/08/22 20:44:47	1.9
  +++ BorlandCDefs.hpp	2001/11/26 13:51:57	1.10
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: BorlandCDefs.hpp,v 1.9 2001/08/22 20:44:47 peiyongz Exp $
  + * $Id: BorlandCDefs.hpp,v 1.10 2001/11/26 13:51:57 tng Exp $
    */
   
   
  @@ -102,11 +102,11 @@
   // ---------------------------------------------------------------------------
   //  Define our version of the XML character
   // ---------------------------------------------------------------------------
  -#if (__BORLANDC__ < 0x550)
  +#if (__BORLANDC__ < 0x540)
   typedef unsigned short  XMLCh;
   #else
   typedef wchar_t  XMLCh;
  -#endif (__BORLANDC__ < 0x550)
  +#endif (__BORLANDC__ < 0x540)
   
   // ---------------------------------------------------------------------------
   //  Define our version of a strict UTF16 character
  @@ -142,3 +142,4 @@
   //  does not use the versioning stuff.
   // ---------------------------------------------------------------------------
   const char* const Xerces_DLLName = "XercesLib";
  +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org