]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
shows different SetCursor() calls
[wxWidgets.git] / include / wx / msw / setup0.h
index 95fdd2f356086888dbbd46035e29a36b8b892180..71dcff26a7a9e02979373aaf607a0b303c219c46 100644 (file)
                                   // Use JPEG bitmap code
 #define wxUSE_SERIAL        0
                                   // Use serialization (requires utils/serialize)
+#define wxUSE_DYNLIB_CLASS  0
+                                  // Compile in wxLibrary class for run-time
+                                  // DLL loading and function calling
 #define wxUSE_TOOLTIPS      1
                                   // Define to use wxToolTip class and
                                   // wxWindow::SetToolTip() method
  *
  */
 
+#define wxUSE_OLE           1
+                                // drag-and-drop, clipboard, OLE Automation
+
 #if defined(__WIN95__)
 #define wxUSE_CTL3D                      0
 #else
 
 #endif
 
+#if defined(__WXMSW__) && defined(__BORLANDC__)
+#undef wxUSE_ODBC
+#define wxUSE_ODBC 0
+#endif
+
 #if defined(__WXMSW__) && !defined(__WIN32__)
 
 #undef wxUSE_THREADS
 #define wxUSE_THREADS 0
 
+#undef wxUSE_TOOLTIPS
+#define wxUSE_TOOLTIPS 0
+
 #endif
 
 #endif