X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1696c17801e10ea87246508ff7da37aa2f6d79ff..b01ca3e3d9d50e3b1b6be4d54c297066675b3a2a:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 2ff5e9bba9..20faff8f5f 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -68,7 +68,7 @@ #undef YYTEXT_POINTER /* Define this if your version of GTK+ is greater than 1.2 */ -#undef __WXGTK12__ +#define __WXGTK12__ 1 /* Define this if your version of GTK+ is greater than 1.3 */ #undef __WXGTK13__ @@ -141,7 +141,11 @@ /* * Use Threads */ +#ifndef __WXGTK__ #define wxUSE_THREADS 1 +#else +#define wxUSE_THREADS 0 +#endif /* * Have glibc2 */ @@ -154,7 +158,7 @@ * Use OpenGL */ #define wxUSE_OPENGL 1 - +#define wxUSE_GLCANVAS 1 /* * Use GUI */ @@ -253,6 +257,10 @@ * Use this control */ #define wxUSE_LISTCTRL 1 +/* + * Use wxPlot class + */ + #define wxUSE_PLOT 1 /* * Use this control */ @@ -326,7 +334,7 @@ */ #define wxUSE_TOOLBAR_SIMPLE 1 -#if defined(__WXWINE__) || defined(__GNUWIN32__) +#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__) #define wxUSE_OWNER_DRAWN 1 #if wxUSE_TOOLBAR #define wxUSE_BUTTONBAR 1 @@ -569,6 +577,7 @@ /* * (virtual) filesystems code */ +#define wxUSE_FILESYSTEM 1 #define wxUSE_FS_INET 1 #define wxUSE_FS_ZIP 1