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