X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..7cec3a32a41a914e4bed8b731cabf3868d25c45e:/include/wx/dialup.h diff --git a/include/wx/dialup.h b/include/wx/dialup.h index f50c54bf44..3c8a9dfdf9 100644 --- a/include/wx/dialup.h +++ b/include/wx/dialup.h @@ -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