diff --git a/Externals/wxWidgets/include/wx/msw/setup0.h b/Externals/wxWidgets/include/wx/msw/setup0.h index 5df4a4ec17..2029455526 100644 --- a/Externals/wxWidgets/include/wx/msw/setup0.h +++ b/Externals/wxWidgets/include/wx/msw/setup0.h @@ -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 diff --git a/Externals/wxWidgets/include/wx/setup.h b/Externals/wxWidgets/include/wx/setup.h index 61bfdabd7b..2a76999984 100644 --- a/Externals/wxWidgets/include/wx/setup.h +++ b/Externals/wxWidgets/include/wx/setup.h @@ -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 diff --git a/Source/Core/InputCommon/InputCommon.vcproj b/Source/Core/InputCommon/InputCommon.vcproj index e559e1d688..aa67c3656a 100644 --- a/Source/Core/InputCommon/InputCommon.vcproj +++ b/Source/Core/InputCommon/InputCommon.vcproj @@ -24,7 +24,7 @@ OutputDirectory="$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" - CharacterSet="0" + CharacterSet="1" WholeProgramOptimization="0" > CreateDevice(GUID_SysKeyboard, &g_pKeyboard, NULL))) { - MessageBox(0, "Couldn't access keyboard", 0, MB_ICONERROR); + MessageBox(0, L"Couldn't access keyboard", 0, MB_ICONERROR); Free(); return(hr); }