Added wxUSE_OWNER_DRAWN for wxPM (OS/2)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6e73695c59
commit
7ee20d36af
@ -110,6 +110,10 @@
|
||||
#define wxUSE_OWNER_DRAWN 1
|
||||
#endif
|
||||
|
||||
#if defined(__WXPM__)
|
||||
#define wxUSE_OWNER_DRAWN 1
|
||||
#endif
|
||||
|
||||
/* enable rich edit under Win32 */
|
||||
#if defined(__WIN95__) && !defined(__TWIN32__) && !defined(__GNUWIN32_OLD__)
|
||||
#define wxUSE_RICHEDIT 1
|
||||
|
Loading…
Reference in New Issue
Block a user