X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d4ec5d32118a562f482a3902721f35148946b401..b59bf2db65896d128d72016c201dc1df9ff6c94e:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 95fdd2f356..e6bf0100a9 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -161,9 +161,14 @@ // 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 1 + // Set to 1 to use socket classes /* * Finer detail @@ -180,6 +185,9 @@ * */ +#define wxUSE_OLE 1 + // drag-and-drop, clipboard, OLE Automation + #if defined(__WIN95__) #define wxUSE_CTL3D 0 #else @@ -282,11 +290,19 @@ #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