]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/chkconf.h
removed wxUSE_PENWINDOWS (and its misspellings), it didn't work and wasn't used/defined
[wxWidgets.git] / include / wx / msw / chkconf.h
index 85990ed350618b75958d19a10a1f0889b7fa815c..e760e1f1f9616a4309e9c625737eabc1471f4290 100644 (file)
 
 #endif /* __GNUWIN32__ */
 
+/* wxUSE_MFC is not defined when using configure as it doesn't make sense for
+   gcc or mingw32 anyhow */
+#ifndef wxUSE_MFC
+    #define wxUSE_MFC 0
+#endif /* !defined(wxUSE_MFC) */
+
 /* MFC duplicates these operators */
 #if wxUSE_MFC
 #   undef  wxUSE_GLOBAL_MEMORY_OPERATORS