]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcscreen.h
fixed a design flaw in wxFontMapper that prevented automatic creation of wxConfig...
[wxWidgets.git] / include / wx / dcscreen.h
index bd35719499d2d1b07737a4e3d8aa8026a2e6fe88..047c1cfb745254530399bde7f023366c01490e1b 100644 (file)
@@ -7,10 +7,14 @@
 #include "wx/motif/dcscreen.h"
 #elif defined(__WXGTK__)
 #include "wx/gtk/dcscreen.h"
+#elif defined(__WXMGL__)
+#include "wx/mgl/dcscreen.h"
 #elif defined(__WXQT__)
 #include "wx/qt/dcscreen.h"
 #elif defined(__WXMAC__)
 #include "wx/mac/dcscreen.h"
+#elif defined(__WXPM__)
+#include "wx/os2/dcscreen.h"
 #elif defined(__WXSTUBS__)
 #include "wx/stubs/dcscreen.h"
 #endif