]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialup.h
addind nonowned window implementation
[wxWidgets.git] / include / wx / dialup.h
index f50c54bf4494177c2a892b8312cf689532836f1e..3c8a9dfdf9787c8ea9285c65dd3eed455f667547 100644 (file)
@@ -152,10 +152,8 @@ public:
 // wxDialUpManager events
 // ----------------------------------------------------------------------------
 
-BEGIN_DECLARE_EVENT_TYPES()
-    DECLARE_EVENT_TYPE(wxEVT_DIALUP_CONNECTED, 450)
-    DECLARE_EVENT_TYPE(wxEVT_DIALUP_DISCONNECTED, 451)
-END_DECLARE_EVENT_TYPES()
+extern WXDLLIMPEXP_CORE const wxEventType wxEVT_DIALUP_CONNECTED;
+extern WXDLLIMPEXP_CORE const wxEventType wxEVT_DIALUP_DISCONNECTED;
 
 // the event class for the dialup events
 class WXDLLEXPORT wxDialUpEvent : public wxEvent