]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/radiobut.h
GetLabel() added
[wxWidgets.git] / include / wx / radiobut.h
index f6a4eaeb84085879b26d94295ca15179dc1a43b4..f3278b999d209b705a082556a7d16935d202077c 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef __RADIOBUTH_BASE__
 #define __RADIOBUTH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/radiobut.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/xt/radiobut.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/radiobut.h"
 #endif