added missing WXDLLEXPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ed2ec17c54
commit
85664da6de
@ -83,7 +83,8 @@ typedef int wxEventType;
|
|||||||
|
|
||||||
#define BEGIN_DECLARE_EVENT_TYPES()
|
#define BEGIN_DECLARE_EVENT_TYPES()
|
||||||
#define END_DECLARE_EVENT_TYPES()
|
#define END_DECLARE_EVENT_TYPES()
|
||||||
#define DECLARE_EVENT_TYPE(name, value) extern const wxEventType name;
|
#define DECLARE_EVENT_TYPE(name, value) \
|
||||||
|
extern const wxEventType WXDLLEXPORT name;
|
||||||
#define DEFINE_EVENT_TYPE(name) const wxEventType name = wxNewEventType();
|
#define DEFINE_EVENT_TYPE(name) const wxEventType name = wxNewEventType();
|
||||||
|
|
||||||
// generate a new unique event type
|
// generate a new unique event type
|
||||||
|
Loading…
Reference in New Issue
Block a user