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