diff --git a/setup.h.in b/setup.h.in index 0544b3e8b0..6c9afc72b1 100644 --- a/setup.h.in +++ b/setup.h.in @@ -328,7 +328,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