]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mdi.cpp
Solved problems with handling of LOST events on Unix platforms (reported
[wxWidgets.git] / src / msw / mdi.cpp
index 611dbbe4aeb5d0505237bf99133cdd4954a98010..41e02c6b1be7917f66ae86cc48aa3c844367d17e 100644 (file)
@@ -43,6 +43,8 @@
     #include "wx/log.h"
 #endif
 
+#if wxUSE_MDI_ARCHITECTURE && !defined(__WXUNIVERSAL__)
+
 #include "wx/mdi.h"
 #include "wx/msw/private.h"
 
@@ -1387,3 +1389,7 @@ static void UnpackMDIActivate(WXWPARAM wParam, WXLPARAM lParam,
     *hwndDeact = (WXHWND)HIWORD(lParam);
 #endif // Win32/Win16
 }
+
+#endif
+// wxUSE_MDI_ARCHITECTURE && !defined(__WXUNIVERSAL__)
+