]> git.saurik.com Git - wxWidgets.git/commitdiff
added DECLARE_EXPORTED_LOCAL_EVENT_TYPE for use with user libs.
authorRon Lee <ron@debian.org>
Tue, 2 Jul 2002 04:56:41 +0000 (04:56 +0000)
committerRon Lee <ron@debian.org>
Tue, 2 Jul 2002 04:56:41 +0000 (04:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/event.h

index 17d965ceabf820ebbd8225ef1dc84db37dffa710..a729403c13fa0fa0fdb4e34937d754c8b249fc10 100644 (file)
@@ -89,6 +89,7 @@ typedef int wxEventType;
 #define DECLARE_EVENT_TYPE(name, value) \
     extern const wxEventType WXDLLEXPORT name;
 #define DECLARE_LOCAL_EVENT_TYPE(name, value) extern const wxEventType name;
+#define DECLARE_EXPORTED_LOCAL_EVENT_TYPE(usergoo, name, value) extern const wxEventType usergoo name;
 #define DEFINE_EVENT_TYPE(name) const wxEventType name = wxNewEventType();
 #define DEFINE_LOCAL_EVENT_TYPE(name) const wxEventType name = wxNewEventType();