]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choice.h
fixed a missing backslash
[wxWidgets.git] / include / wx / choice.h
index 5a421268ed8617bf01e0cf3a4d6360ae921b01ff..4bda50c2f482af6e19447df9039f8147d80654a5 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef __CHOICEH_BASE__
 #define __CHOICEH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/choice.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/xt/choice.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/choice.h"
 #endif