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