]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup.h
TWIN32 compatibility added; wxMotif uses wxGTK's wxPostScriptDC;
[wxWidgets.git] / include / wx / msw / setup.h
index 3c75cb1d7e7b2e6d6b827320ab298fe520f87642..5e58c37d5ffb7ab57e0441c1729ee6337d2a37ed 100644 (file)
 #define wxUSE_OWNER_DRAWN 0
 #endif
 
+#ifdef __TWIN32__
+
+#undef wxUSE_THREADS
+#define wxUSE_THREADS 0
+
+#undef wxUSE_DBWIN32
+#define wxUSE_DBWIN32 0
+
+#undef wxUSE_ODBC
+#define wxUSE_ODBC 0
+
+#endif
+
 // Minimal setup e.g. for compiling small utilities
 #define MINIMAL_WXWINDOWS_SETUP 0