X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f29fe16932ede752589ef9ed34a757342387932f..824a614c4e5c2aeada7b065ce5fb0b3b760bb218:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 99fb5fa250..1a77bf608f 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -110,20 +110,6 @@ /* compiler defects workarounds */ /* ---------------------------------------------------------------------------- */ -#if defined(__VISUALC__) && !defined(WIN32) && !defined(__WXWINCE__) - /* VC1.5 does not have LPTSTR type */ -#define LPTSTR LPSTR -#define LPCTSTR LPCSTR -#elif defined(__BORLANDC__) && !defined(__WIN32__) -#ifndef LPTSTR -#define LPTSTR LPSTR -#endif -#ifndef LPCTSTR -#define LPCTSTR LPSTR -#endif -#endif - - /* Digital Unix C++ compiler only defines this symbol for .cxx and .hxx files, so define it ourselves (newer versions do it for all files, though, and