]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
WXFARPROC prototyped as `typedef int (__stdcall *WXFARPROC)()' (does Borland
[wxWidgets.git] / include / wx / listctrl.h
index 1025f70334938c05bb5bbc58fd97b8ab1d8bf73e..51b65a8e5eb9384aa36039ff8ea95cd72840560c 100644 (file)
@@ -1,11 +1,13 @@
 #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"
+#elif defined(__WXQT__)
 #include "wx/generic/listctrl.h"
 #endif