]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mdi.h
wxDocManager gets the only view if none other specified as the current view;
[wxWidgets.git] / include / wx / mdi.h
index fade7fa0dd9cb32f1e25aad6e975dbc63a23cf56..39298703ccfe5bf7fcdd347745aaa41c258f4aa1 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef __MDIH_BASE__
 #define __MDIH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/mdi.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/xt/mdi.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/mdi.h"
 #endif