X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/631fd4122ac6d19b5785345d25eb70d54bbdb523..3680bcc640e0c019359a86bd3480a8b2cde12ed0:/include/wx/gtk1/setup0.h?ds=sidebyside diff --git a/include/wx/gtk1/setup0.h b/include/wx/gtk1/setup0.h index 0d805c5948..22f91e87fa 100644 --- a/include/wx/gtk1/setup0.h +++ b/include/wx/gtk1/setup0.h @@ -114,6 +114,7 @@ * Use iODBC */ #define wxUSE_ODBC 0 +#define wxODBC_FWD_ONLY_CURSORS 1 /* * Use Threads */ @@ -331,10 +332,6 @@ * Use streams */ #define wxUSE_STREAMS 1 -/* - * Use class serialization - */ -#define wxUSE_SERIAL 1 /* * Use sockets */ @@ -343,11 +340,7 @@ * Use standard C++ streams if 1. If 0, use wxWin * streams implementation. */ -#define wxUSE_STD_IOSTREAM 1 -/* - * wxLibrary class - */ -#define wxUSE_DYNLIB_CLASS 1 +#define wxUSE_STD_IOSTREAM 0 /* * Use font metric files in GetTextExtent for wxPostScriptDC @@ -417,9 +410,9 @@ */ #define wxUSE_SPLINES 1 /* - * Use wxLibrary class + * Use wxObjectLoader class */ -#define wxUSE_DYNLIB_CLASS 1 +#define wxUSE_DYNAMIC_LOADER 1 /* * Use the mdi architecture