]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
Rewrote wxNotebook, incl. PAGE_CHANGING event
[wxWidgets.git] / include / wx / listctrl.h
index d1fd4f90432e5b7788f824860fbf772d92789cd1..1e5c3480c8330b4f575a980d0225cbc1c2cd2d3c 100644 (file)
@@ -2,7 +2,11 @@
 #define _WX_LISTCTRL_H_BASE_
 
 #if defined(__WXMSW__)
+#ifdef __WIN16__
+#include "wx/generic/listctrl.h"
+#else
 #include "wx/msw/listctrl.h"
+#endif
 #elif defined(__WXMOTIF__)
 #include "wx/generic/listctrl.h"
 #elif defined(__WXGTK__)