]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontdlg.cpp
unsuccessful attempts to create resizable dir dlg without new folder button; added...
[wxWidgets.git] / src / msw / fontdlg.cpp
index 40faa9b30d202fb19e33f811a45903bb06c3a1d5..fdcbccd218581b2df4275edbcd723808184795ea 100644 (file)
@@ -38,8 +38,9 @@
 
 #include "wx/fontdlg.h"
 
-#if !defined(__WIN32__) || defined(__SALFORDC__) || defined(__WXWINE__)
-    #include <commdlg.h>
+#if !defined(__WIN32__) || defined(__SALFORDC__)
+#include <windows.h>
+#include <commdlg.h>
 #endif
 
 #include "wx/msw/private.h"