]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialog.h
blind fix for GCC compilation when #pragmas are honored
[wxWidgets.git] / include / wx / dialog.h
index 11abe1f4fabaa5688a9b9c3af478e13a4e2e0df4..855ce352c8a3292d16a013c612ea5cdf383fd06a 100644 (file)
@@ -71,7 +71,9 @@ protected:
 #if defined(__WXUNIVERSAL__) && !defined(__WXMICROWIN__)
     #include "wx/univ/dialog.h"
 #else
-    #if defined(__WXMSW__)
+    #if defined(__WXPALMOS__)
+        #include "wx/palmos/dialog.h"
+    #elif defined(__WXMSW__)
         #include "wx/msw/dialog.h"
     #elif defined(__WXMOTIF__)
         #include "wx/motif/dialog.h"