]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/filedlg.cpp
compilation fix for wxUSE_RESOURCE_LOADING_IN_MSW == 0
[wxWidgets.git] / src / msw / filedlg.cpp
index 7df3db8961b0908e0886f775f9e34d7aefe3f12b..b81e5ad9403b0afa108cc365c88a4614cd6dd1de 100644 (file)
@@ -43,7 +43,7 @@
 
 #include "wx/msw/private.h"
 
-#if !defined(__WIN32__) || defined(__SALFORDC__) || defined(__WXWINE__)
+#if !defined(__WIN32__) || defined(__SALFORDC__)
     #include <commdlg.h>
 #endif