X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/13111b2ac81e694d6b69822dff61838ae66052b2..1618dca721f74bbbcbca4ab05ea9a136b551e93a:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 0544b3e8b0..da40f4be73 100644 --- a/setup.h.in +++ b/setup.h.in @@ -257,6 +257,10 @@ * Use this control */ #define wxUSE_NOTEBOOK 0 +/* + * Use wxPlot class + */ +#define wxUSE_PLOT 0 /* * Use this control */ @@ -328,7 +332,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