wxMGL revitalised with OpenWatcom.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
// Default is 1
|
||||
//
|
||||
// Recommended setting: 1 for win32 else 0
|
||||
#if defined(__WIN32__)
|
||||
#if defined(__WIN32__) || defined(__WATCOMC__)
|
||||
#define wxUSE_WCHAR_T 1
|
||||
#else
|
||||
#define wxUSE_WCHAR_T 0
|
||||
|
Reference in New Issue
Block a user