X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..69157f8b8b6ce7543279d1a026492d35a3906b59:/include/wx/listctrl.h diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index d1fd4f9043..1e5c3480c8 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -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__)