Remove duplication in wxImageList defines and always default to using the native wxImageList when available, even for wxGenericListCtrl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-09-18 04:41:09 +00:00
parent f418332658
commit 8a3e173a02
7 changed files with 55 additions and 137 deletions

View File

@@ -18,7 +18,7 @@
#ifndef __WXPALMOS__
#include "wx/generic/imaglist.h"
#include "wx/imaglist.h"
#ifndef WX_PRECOMP
#include "wx/dc.h"
@@ -32,7 +32,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxGenericImageList, wxObject)
#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)
#if !HAVE_NATIVE_IMAGELIST
/*
* wxImageList has to be a real class or we have problems with
* the run-time information.