substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,7 +28,7 @@ WX_DECLARE_EXPORTED_OBJARRAY(wxIcon, wxIconArray);
|
||||
// this class can't load bitmaps of type wxBITMAP_TYPE_ICO_RESOURCE,
|
||||
// if you need them, you have to load them manually and call
|
||||
// wxIconCollection::AddIcon
|
||||
class WXDLLEXPORT wxIconBundle : public wxGDIObject
|
||||
class WXDLLIMPEXP_CORE wxIconBundle : public wxGDIObject
|
||||
{
|
||||
public:
|
||||
// default constructor
|
||||
|
Reference in New Issue
Block a user