OS/2 has it's own popup window source now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-06-18 14:43:55 +00:00
parent 0d6d6051d7
commit e830103c67

View File

@@ -45,7 +45,7 @@
// there is no src/mgl/popupwin.cpp to put this in, so we do it here - BTW we
// probably could do it for all ports here just as well
#if defined(__WXMGL__) || defined(__WXPM__)
#if defined(__WXMGL__)
IMPLEMENT_DYNAMIC_CLASS(wxPopupWindow, wxWindow)
#endif // __WXMSW__