You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2002/02/27 23:38:52 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Transcoders/Iconv IconvTransService.cpp

peiyongz    02/02/27 14:38:52

  Modified:    c/src/xercesc/util/Transcoders/Iconv IconvTransService.cpp
  Log:
  Bug# 6445 Caldera (SCO) OpenServer Port : patch from Martin Kalen
  
  Revision  Changes    Path
  1.2       +4 -2      xml-xerces/c/src/xercesc/util/Transcoders/Iconv/IconvTransService.cpp
  
  Index: IconvTransService.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Transcoders/Iconv/IconvTransService.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IconvTransService.cpp	1 Feb 2002 22:22:36 -0000	1.1
  +++ IconvTransService.cpp	27 Feb 2002 22:38:52 -0000	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: IconvTransService.cpp,v 1.1 2002/02/01 22:22:36 peiyongz Exp $
  + * $Id: IconvTransService.cpp,v 1.2 2002/02/27 22:38:52 peiyongz Exp $
    */
   
   
  @@ -67,7 +67,9 @@
   #include "IconvTransService.hpp"
   #include <wchar.h>
   #if defined (XML_GCC) || defined (XML_PTX) || defined (XML_IBMVAOS2)
  -#include <wctype.h>
  +    #if !defined(XML_OPENSERVER)
  +        #include <wctype.h>
  +    #endif
   #endif
   #include <string.h>
   #include <stdlib.h>
  
  
  

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