we need our own imaglist implementation because in wxmac wxIcon does not inherit from wxBitmap anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-03-29 11:39:46 +00:00
parent addbf50a55
commit 32c19f25fc
2 changed files with 57 additions and 108 deletions

View File

@@ -3,6 +3,8 @@
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/imaglist.h"
#elif defined(__WXMAC_CARBON__)
#include "wx/mac/imaglist.h"
#else
#include "wx/generic/imaglist.h"
#endif