X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbda9e86f0e5ec1184bc16d135bb7205bc99236e..caf0debf72cfec867c2780810187fde443f9ed72:/include/wx/msw/setup0.h?ds=sidebyside diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 52dfe26d6b..04503152e2 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -138,6 +138,13 @@ // but you can't mix them. Set to 1 for , // 0 for +#define wxUSE_STREAMS 1 + // If enabled (1), compiles wxWindows streams classes + +#define wxUSE_STD_IOSTREAM 1 + // Use standard C++ streams if 1. If 0, use wxWin + // streams implementation. + #define wxUSE_WXCONFIG 1 // if enabled, compiles built-in OS independent wxConfig // class and it's file (any platform) and registry (Win) @@ -152,13 +159,16 @@ // Use PNG bitmap code #define wxUSE_LIBJPEG 0 // Use JPEG bitmap code -#define wxUSE_STD_IOSTREAM 1 - // Use standard C++ streams if 1. If 0, use wxWin - // streams implementation. - +#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 @@ -175,6 +185,9 @@ * */ +#define wxUSE_OLE 1 + // drag-and-drop, clipboard, OLE Automation + #if defined(__WIN95__) #define wxUSE_CTL3D 0 #else @@ -229,7 +242,7 @@ // 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. @@ -277,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