Author: jberry
Date: Thu May 26 17:20:02 2005
New Revision: 178718
URL: http://svn.apache.org/viewcvs?rev=178718&view=rev
Log:
syntax errors
Modified:
xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Transcoders/Iconv/IconvTransService.cpp
Modified:
xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Transcoders/Iconv/IconvTransService.cpp
URL:
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Transcoders/Iconv/IconvTransService.cpp?rev=178718&r1=178717&r2=178718&view=diff
==============================================================================
---
xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Transcoders/Iconv/IconvTransService.cpp
(original)
+++
xerces/c/branches/jberry/3.0-unstable/src/xercesc/util/Transcoders/Iconv/IconvTransService.cpp
Thu May 26 17:20:02 2005
@@ -34,13 +34,13 @@
// Fill in for broken or missing wctype functions on some platforms
#if !HAVE_ISWSPACE
-# include <iswspace.h>
+# include <lib/iswspace.h>
#endif
#if !HAVE_TOWUPPER
-# include <towupper.h>
+# include <lib/towupper.h>
#endif
#if !HAVE_TOWLOWER
-# include <towlower.h>
+# include <lib/towlower.h>
#endif
#include <string.h>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]