]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
added cmd line parsing support to wxApp and --theme option to wxUniv
[wxWidgets.git] / src / common / intl.cpp
index 9d86e167ab2341052a7479fb9b03becbb83d42ba..711788c1e4c6bde0ba28b25971943406d28da07b 100644 (file)
@@ -1180,7 +1180,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxLocaleModule, wxModule)
 // This table is generated by misc/languages/genlang.py
 // When making changes, please put them into misc/languages/langtabl.txt
 
-#ifndef __WIN32__
+#if !defined(__WIN32__) || defined(__WXMICROWIN__)
 
 #define SETWINLANG(info,lang,sublang)
 
@@ -1916,7 +1916,5 @@ void wxLocale::InitLanguagesDB()
 
 // --- --- --- generated code ends here --- --- ---
 
-
-
 #endif // wxUSE_INTL