Make OS/2 use the generic MDI.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-09-15 17:18:59 +00:00
parent 4769a56275
commit 92ac4cdc8c
3 changed files with 6 additions and 1189 deletions

View File

@@ -12,7 +12,7 @@
#elif defined(__WXMAC__)
#include "wx/mac/mdi.h"
#elif defined(__WXPM__)
#include "wx/os2/mdi.h"
#include "wx/generic/mdig.h"
#elif defined(__WXSTUBS__)
#include "wx/stubs/mdi.h"
#endif