]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/colordlg.cpp
wxExecute may only be called from the main thread
[wxWidgets.git] / src / msw / colordlg.cpp
index 2cae01b8c32603e420d0312b0e2625348e458cc6..4466b024f4584736cbf7370aaecb15eeef9f13d0 100644 (file)
@@ -44,7 +44,7 @@
 
 #include <windows.h>
 
-#if !defined(__WIN32__) || defined(__SALFORDC__) || defined(__WXWINE__)
+#if !defined(__WIN32__) || defined(__SALFORDC__)
     #include <commdlg.h>
 #endif