fix for gcc MacOS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-10-23 17:46:04 +00:00
parent 07e9d4f0ed
commit ffd82f1cf8

View File

@@ -678,7 +678,7 @@ typedef wxUint16 wxWord;
typedef int wxInt32;
typedef unsigned int wxUint32;
#if defined (__MWERKS__) && defined(__MACH__)
#if defined(__MACH__) && !defined(SIZEOF_WCHAR_T)
#define SIZEOF_WCHAR_T 4
#endif
#if wxUSE_WCHAR_T && !defined(SIZEOF_WCHAR_T)