]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup.h
memory debugging using VC++ debug CRT works for DLL wxWin builds as well.
[wxWidgets.git] / include / wx / msw / setup.h
index a80f9d6243d1e7ac8e2488f2705b682b74e1186f..0d40d36837401a32992f8d7a61d0f38126fe2f4a 100644 (file)
 
 #undef wxUSE_DEBUG_NEW_ALWAYS
 #define wxUSE_DEBUG_NEW_ALWAYS 0
+
+#undef wxUSE_THREADS
+#define wxUSE_THREADS 0
+
+#undef wxUSE_DBWIN32
+#define wxUSE_DBWIN32 0
+
+#undef wxUSE_OWNER_DRAWN
+#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
+
+#if defined(__WXMSW__) && !defined(__WIN32__)
+
+#undef wxUSE_THREADS
+#define wxUSE_THREADS 0
+
 #endif
 
 // Minimal setup e.g. for compiling small utilities