Move wxVariant support for GDI classes to their
files (and thus away from wxBase). Add export declaration field for variant macros. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,5 +39,15 @@
|
||||
#include "wx/os2/icon.h"
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// wxVariant support
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#if wxUSE_VARIANT
|
||||
#include "wx/variant.h"
|
||||
DECLARE_VARIANT_OBJECT_EXPORTED(wxIcon,WXDLLEXPORT)
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
// _WX_ICON_H_BASE_
|
||||
|
Reference in New Issue
Block a user