]> git.saurik.com Git - wxWidgets.git/commitdiff
using separate imaglist on mac
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 30 Mar 2005 04:24:20 +0000 (04:24 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 30 Mar 2005 04:24:20 +0000 (04:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/listctrl.h

index d51ca4d33f6606bb81b23d215d4315c7e3f4b5f4..8a31822b8076b908e924698911c169b6a5e58f38 100644 (file)
 
 #include "wx/defs.h"
 #include "wx/object.h"
+#ifdef __WXMAC__
+#include "wx/imaglist.h"
+#else
 #include "wx/generic/imaglist.h"
+#endif
 
 #include "wx/control.h"
 #include "wx/timer.h"