X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..2d6c58d653b8f61eae0cc439fa7b4511fd1cf477:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 5482b48848..e98d4a5498 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -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