From: Julian Smart Date: Tue, 19 Aug 2003 08:41:17 +0000 (+0000) Subject: Use _NO_THEMES X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3029e588e07095f1e8d8db2a7e475e431964536f?ds=sidebyside Use _NO_THEMES git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/utils/wxrc/wxrc.cpp b/contrib/utils/wxrc/wxrc.cpp index 8bf7f2ef0a..39550b591c 100644 --- a/contrib/utils/wxrc/wxrc.cpp +++ b/contrib/utils/wxrc/wxrc.cpp @@ -64,7 +64,7 @@ private: int retCode; }; -IMPLEMENT_APP(XmlResApp) +IMPLEMENT_APP_NO_THEMES(XmlResApp) int XmlResApp::OnRun() { diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index 8bf7f2ef0a..39550b591c 100644 --- a/utils/wxrc/wxrc.cpp +++ b/utils/wxrc/wxrc.cpp @@ -64,7 +64,7 @@ private: int retCode; }; -IMPLEMENT_APP(XmlResApp) +IMPLEMENT_APP_NO_THEMES(XmlResApp) int XmlResApp::OnRun() {