From: Vadim Zeitlin Date: Thu, 1 Feb 2001 16:12:21 +0000 (+0000) Subject: added missing WXDLLEXPORT X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/85664da6de0841b8f7d7467eed6a3fa4376080fb added missing WXDLLEXPORT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/event.h b/include/wx/event.h index f97e7cafa9..3a7ab33ba5 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -83,7 +83,8 @@ typedef int wxEventType; #define BEGIN_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(); // generate a new unique event type