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