From 749aa5c178588aad2d118c2bfd379f65e06abec2 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Mon, 10 Jan 2000 17:25:47 +0000 Subject: [PATCH] SN: WXPM wants wxUSE_OWNER_DRAWN to be defined to 1 as well. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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