]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/colordlg.cpp
Backed-out PNG8 patch (no time to look at why
[wxWidgets.git] / src / msw / colordlg.cpp
index eb8936211d0f5935bbd8d903aba7ca9b8b692578..24ad03ce5103e1edb8189b7088e7ca5362078d4d 100644 (file)
@@ -42,7 +42,7 @@
     #include "wx/msgdlg.h"
 #endif
 
-#if wxUSE_COLOURDLG && !defined(__SMARTPHONE__)
+#if wxUSE_COLOURDLG && !(defined(__SMARTPHONE__) && defined(__WXWINCE__))
 
 #include "wx/msw/private.h"
 #include "wx/colordlg.h"
@@ -231,4 +231,4 @@ void wxColourDialog::DoGetClientSize(int *width, int *height) const
         *height = 299;
 }
 
-#endif
+#endif // wxUSE_COLOURDLG && !(__SMARTPHONE__ && __WXWINCE__)