Unicode compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -629,7 +629,7 @@ public:
|
|||||||
wxAppConsole *wxCreateApp() \
|
wxAppConsole *wxCreateApp() \
|
||||||
{ \
|
{ \
|
||||||
wxAppConsole::CheckBuildOptions(WX_BUILD_OPTIONS_SIGNATURE, \
|
wxAppConsole::CheckBuildOptions(WX_BUILD_OPTIONS_SIGNATURE, \
|
||||||
wxT("your program")); \
|
"your program"); \
|
||||||
return new appname; \
|
return new appname; \
|
||||||
} \
|
} \
|
||||||
wxAppInitializer \
|
wxAppInitializer \
|
||||||
|
Reference in New Issue
Block a user