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:
Stefan Neis 2002-01-20 21:42:16 +00:00
parent 6e73695c59
commit 7ee20d36af

View File

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