]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
using lang param, to have a CFLanguage be consistent with C-Locale
[wxWidgets.git] / src / common / appbase.cpp
index 5c89543509d1d30701d1f9277050af37ed91a741..98fcc2b4d165b7857d2eb2e2eb431a0f2a7c7002 100644 (file)
@@ -43,7 +43,7 @@
   #include  <signal.h>      // for SIGTRAP used by wxTrap()
 #endif  //Win/Unix
 
-#if defined(__WXMSW__) && !defined(__WXPALMOS__)
+#if defined(__WXMSW__)
   #include  "wx/msw/wrapwin.h"  // includes windows.h for MessageBox()
 #endif