X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ce0a6e2d67c73ef32534345a422c2782f7dc091..191ab39aeed8b9491abc12b769f9ab89fd3e8921:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index f7afa63a33..36254e5f5c 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -16,6 +16,9 @@ // global settings // ---------------------------------------------------------------------------- +// define this to 1 if you want icons to behave as bitmaps +#define wxICON_IS_BITMAP 0 + // define this to 0 when building wxBase library #define wxUSE_GUI 1 @@ -163,7 +166,7 @@ // 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 + // that you will use these odbc classes with allow backward // scrolling cursors, this setting should remain set to 1 // for maximum database/driver compatibilty