// 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_SOCKETS 0
+ // Set to 1 to use socket classes
/*
* Finer detail
*
*/
+#define wxUSE_OLE 1
+ // drag-and-drop, clipboard, OLE Automation
+
#if defined(__WIN95__)
#define wxUSE_CTL3D 0
#else
// complains about deallocating
// arrays of wxPoints if wxPoint is a class.
-#if (!defined(WIN32) && !defined(__WIN32__)) || defined(__GNUWIN32__) || defined(__BORLANDC__)
+#if (!defined(WIN32) && !defined(__WIN32__)) || defined(__GNUWIN32__)
// Can't use OLE drag and drop in Windows 3.1 because we don't know how
// to implement UUIDs
// GnuWin32 doesn't have appropriate headers for e.g. IUnknown.
#endif
+#if defined(__WXMSW__) && defined(__BORLANDC__)
+#undef wxUSE_ODBC
+#define wxUSE_ODBC 0
+#endif
+
#if defined(__WXMSW__) && !defined(__WIN32__)
#undef wxUSE_THREADS