X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90c6f4d6f58a2a5880ee501b55a4315cfeed238d..7f4791dda9267635f98b1a1f9113f06cab3c257f:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 37e3cf4ccd..d76043d872 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -32,7 +32,8 @@ #define wxUSE_CONFIG 1 // Use wxConfig, with CreateConfig in wxApp - +#define wxUSE_DIALUP_MANAGER 1 + // Use wxDialUpManager class #define wxUSE_POSTSCRIPT 0 // 0 for no PostScript device context #define wxUSE_AFM_FOR_POSTSCRIPT 0 @@ -173,6 +174,14 @@ #define wxUSE_ODBC 0 // Define 1 to use ODBC classes +#define wxODBC_FWD_ONLY_CURSORS 1 + // Some databases/ODBC drivers only allow forward scrolling cursors. + // Unless you specifically want to use backward scrolling + // cursors, and you know that all of the databases/ODBC drivers + // that you will use these odbc classes with allow backward + // scrolling cursors, this setting should remain set to 1 + // for maximum database/driver compatibilty + #ifndef __MWERKS__ #define wxUSE_IOSTREAMH 1 #else @@ -393,15 +402,20 @@ #endif -#if defined(__WXMSW__) && defined(__BORLANDC__) -#undef wxUSE_ODBC -#define wxUSE_ODBC 0 -#endif - // BC++/Win16 can't cope with the amount of data in resource.cpp #if defined(__WIN16__) && defined(__BORLANDC__) #undef wxUSE_WX_RESOURCES #define wxUSE_WX_RESOURCES 0 + +#undef wxUSE_ODBC +#define wxUSE_ODBC 0 +#endif + +// With C++Builder we get lots of doubly-defined symbols +// when including both winsock.h and winsock2.h +#if defined(__BORLANDC__) && (__BORLANDC__ == 0x530) +#undef wxUSE_SOCKETS +#undef wxUSE_SOCKETS 0 #endif #if defined(__WXMSW__) && defined(__WATCOMC__) @@ -420,6 +434,12 @@ #undef wxUSE_TOOLTIPS #define wxUSE_TOOLTIPS 0 +#undef wxUSE_SPINCTRL +#define wxUSE_SPINCTRL 0 + +#undef wxUSE_SPINBTN +#define wxUSE_SPINBTN 0 + #undef wxUSE_LIBPNG #define wxUSE_LIBPNG 0