X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb46a9a6c6f291806a5fecbb848930c344e17e11..5f2936dacb1a483e1407426bd5eca2b7b765a576:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 0c84daebef..802b4b91da 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -30,6 +30,8 @@ // General features // ---------------------------------------------------------------------------- +#define wxUSE_NET_API 0 // Utilize OS/2's UPM netapi's + #define wxUSE_CONFIG 1 // Use wxConfig, with CreateConfig in wxApp @@ -164,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