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
This commit is contained in:
Stefan Neis 2000-01-10 17:25:47 +00:00
parent dad6c0ea77
commit 749aa5c178

View File

@ -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