X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/27df579a6fee15c771a6020ec856dff64422151f..80d2803f703d1b238f42725504f08266ef02defe:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 20faff8f5f..effba81354 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -16,6 +16,8 @@ #pragma interface #endif +#include + /* never undefine inline or const keywords for C++ compilation */ #ifndef __cplusplus @@ -70,6 +72,9 @@ /* Define this if your version of GTK+ is greater than 1.2 */ #define __WXGTK12__ 1 +/* Define this if your version of GTK+ is greater than 1.2.7 */ +#define __WXGTK127__ 1 + /* Define this if your version of GTK+ is greater than 1.3 */ #undef __WXGTK13__ @@ -138,6 +143,7 @@ */ #define wxUSE_ODBC 0 #define wxODBC_FWD_ONLY_CURSORS 1 +#define wxODBC_BACKWARD_COMPATABILITY 0 /* * Use Threads */