don't define wxUSE_OWNER_DRAWN for wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -99,8 +99,9 @@
|
||||
#undef WINVER
|
||||
|
||||
/* enable native status bar under Win32 */
|
||||
#ifdef __WIN95__
|
||||
#if defined(__WIN95__) && !defined(__WXUNIVERSAL__)
|
||||
#define wxUSE_NATIVE_STATUSBAR 1
|
||||
#define wxUSE_OWNER_DRAWN 1
|
||||
#endif
|
||||
|
||||
/* enable rich edit under Win32 */
|
||||
@@ -444,7 +445,6 @@
|
||||
#define wxUSE_TOOLBAR_SIMPLE 0
|
||||
|
||||
#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__)
|
||||
#define wxUSE_OWNER_DRAWN 1
|
||||
#if wxUSE_TOOLBAR
|
||||
#define wxUSE_BUTTONBAR 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user