]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Unicode compilation fix.
[wxWidgets.git] / include / wx / defs.h
index 5482b488488ef237c338d436ac430631e8284857..e98d4a549805b4985075b421561b4d6df4113488 100644 (file)
@@ -95,7 +95,7 @@
 // compiler defects workarounds
 // ----------------------------------------------------------------------------
 
-#if defined(__VISUALC__) && !defined(WIN32)
+#if defined(__VISUALC__) && !defined(WIN32) && !defined(__WXWINCE__)
     // VC1.5 does not have LPTSTR type
 #define LPTSTR  LPSTR
 #define LPCTSTR LPCSTR