#elif defined(__WXDFB__)
#include "wx/generic/icon.h"
#elif defined(__WXMAC__)
- #include "wx/mac/icon.h"
+#if wxOSX_USE_CARBON
+ #include "wx/osx/icon.h"
+#else
+ #include "wx/generic/icon.h"
+#endif
#elif defined(__WXCOCOA__)
#include "wx/cocoa/icon.h"
#elif defined(__WXPM__)
#if wxUSE_VARIANT
#include "wx/variant.h"
-DECLARE_VARIANT_OBJECT_EXPORTED(wxIcon,WXDLLEXPORT)
+DECLARE_VARIANT_OBJECT_EXPORTED(wxIcon,WXDLLIMPEXP_CORE)
#endif