]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
Added missing accessors
[wxWidgets.git] / include / wx / listctrl.h
index 1025f70334938c05bb5bbc58fd97b8ab1d8bf73e..72f594add6583b30087e68c562de61be05a040ad 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef __LISTCTRLH_BASE__
 #define __LISTCTRLH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/listctrl.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/generic/listctrl.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/generic/listctrl.h"
 #endif