X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/13111b2ac81e694d6b69822dff61838ae66052b2..0e93516996cf2bd0a6023b548c95fc32789fa4a7:/setup.h.in?ds=inline diff --git a/setup.h.in b/setup.h.in index 0544b3e8b0..e372fcbe33 100644 --- a/setup.h.in +++ b/setup.h.in @@ -154,6 +154,7 @@ * Use OpenGL */ #define wxUSE_OPENGL 0 +#define wxUSE_GLCANVAS 0 /* * Use GUI @@ -257,6 +258,10 @@ * Use this control */ #define wxUSE_NOTEBOOK 0 +/* + * Use wxPlot class + */ +#define wxUSE_PLOT 0 /* * Use this control */ @@ -328,7 +333,7 @@ */ #define wxUSE_TOOLBAR_SIMPLE 0 -#if defined(__WXWINE__) || defined(__GNUWIN32__) +#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__) #define wxUSE_OWNER_DRAWN 1 #if wxUSE_TOOLBAR #define wxUSE_BUTTONBAR 1 @@ -571,6 +576,7 @@ /* * (virtual) filesystems code */ +#define wxUSE_FILESYSTEM 0 #define wxUSE_FS_INET 0 #define wxUSE_FS_ZIP 0