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