]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxprec.h
moved wxDash typedef to gdicmn.h
[wxWidgets.git] / include / wx / wxprec.h
index dbf130b1fbf731e4c4cf75b1670f2fc3a3da7ef7..a1a2a865e09f4d286c6c33daf9ace3e840161770 100644 (file)
@@ -28,7 +28,7 @@
 #ifdef WX_PRECOMP
 
 // include standard Windows headers
-#ifdef __WXMSW__
+#if defined(__WXMSW__) && !wxUSE_MFC
     #include <windows.h>
     #include "wx/msw/winundef.h"
 #endif
@@ -36,4 +36,4 @@
 // include the most common wx headers
 #include "wx/wx.h"
 
-#endif // WX_PRECOMP
\ No newline at end of file
+#endif // WX_PRECOMP