]> git.saurik.com Git - wxWidgets.git/commitdiff
SN: WXPM wants wxUSE_OWNER_DRAWN to be defined to 1 as well.
authorStefan Neis <Stefan.Neis@t-online.de>
Mon, 10 Jan 2000 17:25:47 +0000 (17:25 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Mon, 10 Jan 2000 17:25:47 +0000 (17:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index 0544b3e8b0eed068dc89611092f10a248a57ac09..6c9afc72b10ff8ebc7e2d8f9fd7173075be26abc 100644 (file)
  */
 #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