X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d90895ac118ad4546eed7ee4c358a3fe644a1ad7..9199e66fb56bc80b81b91f59250df78d7197052e:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 2e9ba2801a..802b4b91da 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -30,7 +30,7 @@ // General features // ---------------------------------------------------------------------------- -#define wxUSE_NET_API 1 // Utilize OS/2's UPM netapi's +#define wxUSE_NET_API 0 // Utilize OS/2's UPM netapi's #define wxUSE_CONFIG 1 // Use wxConfig, with CreateConfig in wxApp @@ -166,8 +166,16 @@ // Set this to 0 if your compiler can't cope // with omission of prototype parameters. -#define wxUSE_ODBC 0 - // Define 1 to use ODBC classes +#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 #define wxUSE_IOSTREAMH 1 // VC++ 4.2 and above allows and