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:
@@ -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__)
|
||||
|
Reference in New Issue
Block a user