applied patch 430452 (mingw32 compilation fixes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -63,7 +63,8 @@
|
||||
#define wxHAVE_TCHAR_FUNCTIONS
|
||||
#elif defined(__BORLANDC__) && (__BORLANDC__ >= 0x520)
|
||||
#define wxHAVE_TCHAR_FUNCTIONS
|
||||
#elif defined(__GNUWIN32__) && wxCHECK_W32API_VERSION( 0, 6 )
|
||||
// w32api isn't yet tchar safe, will be soon, this is a placeholder
|
||||
#elif defined(__GNUWIN32__) && wxCHECK_W32API_VERSION( 10, 0 )
|
||||
#define wxHAVE_TCHAR_FUNCTIONS
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user