]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
listbox kbd handling buglet corrected (event.Skip() called even when no
[wxWidgets.git] / include / wx / listctrl.h
index 51b65a8e5eb9384aa36039ff8ea95cd72840560c..d1fd4f90432e5b7788f824860fbf772d92789cd1 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __LISTCTRLH_BASE__
-#define __LISTCTRLH_BASE__
+#ifndef _WX_LISTCTRL_H_BASE_
+#define _WX_LISTCTRL_H_BASE_
 
 #if defined(__WXMSW__)
 #include "wx/msw/listctrl.h"
@@ -9,7 +9,11 @@
 #include "wx/generic/listctrl.h"
 #elif defined(__WXQT__)
 #include "wx/generic/listctrl.h"
+#elif defined(__WXMAC__)
+#include "wx/generic/listctrl.h"
+#elif defined(__WXSTUBS__)
+#include "wx/generic/listctrl.h"
 #endif
 
 #endif
-    // __LISTCTRLH_BASE__
+    // _WX_LISTCTRL_H_BASE_