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:
Julian Smart
2002-12-27 14:59:35 +00:00
parent f9eee2db81
commit 317246dfcb
2 changed files with 5 additions and 5 deletions

View File

@@ -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