mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 12:32:06 +00:00
InputCommon now builds in unicode
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3922 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1e9bb4ed9a
commit
5b735361e8
5 changed files with 14 additions and 12 deletions
2
Externals/wxWidgets/include/wx/msw/setup0.h
vendored
2
Externals/wxWidgets/include/wx/msw/setup0.h
vendored
|
@ -157,7 +157,7 @@
|
|||
//
|
||||
// Recommended setting: 0 (unless you only plan to use Windows NT/2000/XP)
|
||||
#ifndef wxUSE_UNICODE
|
||||
#define wxUSE_UNICODE 0
|
||||
#define wxUSE_UNICODE 1
|
||||
#endif
|
||||
|
||||
// Setting wxUSE_WCHAR_T to 1 gives you some degree of Unicode support without
|
||||
|
|
2
Externals/wxWidgets/include/wx/setup.h
vendored
2
Externals/wxWidgets/include/wx/setup.h
vendored
|
@ -157,7 +157,7 @@
|
|||
//
|
||||
// Recommended setting: 0 (unless you only plan to use Windows NT/2000/XP)
|
||||
#ifndef wxUSE_UNICODE
|
||||
#define wxUSE_UNICODE 0
|
||||
#define wxUSE_UNICODE 1
|
||||
#endif
|
||||
|
||||
// Setting wxUSE_WCHAR_T to 1 gives you some degree of Unicode support without
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue