git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41288
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
src/msw/gdiobj.cpp
src/msw/gsockmsw.cpp
src/msw/icon.cpp
src/msw/gdiobj.cpp
src/msw/gsockmsw.cpp
src/msw/icon.cpp
src/msw/minifram.cpp
src/msw/ole/dataobj.cpp
src/msw/ole/dropsrc.cpp
src/msw/minifram.cpp
src/msw/ole/dataobj.cpp
src/msw/ole/dropsrc.cpp
src/msw/filedlg.cpp
src/msw/frame.cpp
src/msw/gauge95.cpp
src/msw/filedlg.cpp
src/msw/frame.cpp
src/msw/gauge95.cpp
src/msw/iniconf.cpp
src/msw/listbox.cpp
src/msw/listctrl.cpp
src/msw/iniconf.cpp
src/msw/listbox.cpp
src/msw/listctrl.cpp
*/
// Flag values for Set/GetImageList
*/
// Flag values for Set/GetImageList
wxIMAGE_LIST_NORMAL, // Normal icons
wxIMAGE_LIST_SMALL, // Small icons
wxIMAGE_LIST_STATE // State icons: unimplemented (see WIN32 documentation)
wxIMAGE_LIST_NORMAL, // Normal icons
wxIMAGE_LIST_SMALL, // Small icons
wxIMAGE_LIST_STATE // State icons: unimplemented (see WIN32 documentation)
#define wxIMAGELIST_DRAW_SELECTED 0x0004
#define wxIMAGELIST_DRAW_FOCUSED 0x0008
#define wxIMAGELIST_DRAW_SELECTED 0x0004
#define wxIMAGELIST_DRAW_FOCUSED 0x0008
-#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)
- #include "wx/generic/imaglist.h"
+#if defined(__WXMSW__) || defined(__WXMAC_CARBON__)
+ #define wxHAS_NATIVE_IMAGELIST
-#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
+#if !defined(wxHAS_NATIVE_IMAGELIST)
+ #include "wx/generic/imaglist.h"
+#elif defined(__WXMSW__)
#include "wx/msw/imaglist.h"
#elif defined(__WXMAC_CARBON__)
#include "wx/mac/imaglist.h"
#endif
#include "wx/msw/imaglist.h"
#elif defined(__WXMAC_CARBON__)
#include "wx/mac/imaglist.h"
#endif
-#endif
- // _WX_IMAGLIST_H_BASE_
+#endif // _WX_IMAGLIST_H_BASE_
+#if wxUSE_IMAGLIST && !defined(wxHAS_NATIVE_IMAGELIST)
//-----------------------------------------------------------------------------
IMPLEMENT_DYNAMIC_CLASS(wxGenericImageList, wxObject)
//-----------------------------------------------------------------------------
IMPLEMENT_DYNAMIC_CLASS(wxGenericImageList, wxObject)
-
-#if !HAVE_NATIVE_IMAGELIST
-/*
- * wxImageList has to be a real class or we have problems with
- * the run-time information.
- */
-
IMPLEMENT_DYNAMIC_CLASS(wxImageList, wxGenericImageList)
IMPLEMENT_DYNAMIC_CLASS(wxImageList, wxGenericImageList)
wxGenericImageList::wxGenericImageList( int width, int height, bool mask, int initialCount )
{
wxGenericImageList::wxGenericImageList( int width, int height, bool mask, int initialCount )
{