Ditribution script mods;

Use wxImageList instead of wxGenericImageList where possible
in wxListCtrl


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-08-28 08:54:00 +00:00
parent d8f591c4d9
commit f9ceab7ce6
7 changed files with 143 additions and 16 deletions

View File

@@ -54,8 +54,12 @@
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
#include "wx/generic/listctrl.h"
#define wxImageListType wxGenericImageList
#else
#include "wx/listctrl.h"
#define wxImageListType wxImageList
#endif
#if defined(__WXGTK__)