New native OS/2 list control support.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2003-01-21 23:34:02 +00:00
parent 730dfeb496
commit c220541de4
2 changed files with 11 additions and 0 deletions

View File

@@ -26,6 +26,8 @@
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/listctrl.h"
#elif defined(__WXPM__)
#include "wx/os2/listctrl.h"
#else
#include "wx/generic/listctrl.h"
#endif