]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combobox.h
fixed compiler warning (newline at last line missing)
[wxWidgets.git] / include / wx / combobox.h
index e21e3af6ecef8fbdab718986a6d3abd4571251dc..709a399e2834e33a1a2f4c09b546b1f4d0fcb31a 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef __COMBOBOXH_BASE__
 #define __COMBOBOXH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/combobox.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/xt/combobox.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/combobox.h"
 #endif