Applied patch [ 658786 ] Removes unresolved symbols from strconv (wxUniv/MSW)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
//
|
||||
// Recommended setting: 1 for win32 else 0
|
||||
#if defined(__WIN32__)
|
||||
#define wxUSE_WCHAR_T 0 //? unresolved external symbol wxCharsetToCodepage
|
||||
#define wxUSE_WCHAR_T 1
|
||||
#else
|
||||
#define wxUSE_WCHAR_T 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user