OS/2 change to generic mdi didn't quite make it in time for the branching.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-09-17 15:39:45 +00:00
parent 465b35f3ca
commit 363f292868

View File

@@ -256,7 +256,7 @@ private:
*/
#ifndef wxUSE_GENERIC_MDI_AS_NATIVE
#if defined(__WXUNIVERSAL__)
#if defined(__WXUNIVERSAL__) || defined(__WXPM__)
#define wxUSE_GENERIC_MDI_AS_NATIVE 1
#else
#define wxUSE_GENERIC_MDI_AS_NATIVE 0