X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..b44d69bae33d6701976c741198b91591658c5b11:/include/wx/dialup.h diff --git a/include/wx/dialup.h b/include/wx/dialup.h index 182374aa15..cfd3dd802b 100644 --- a/include/wx/dialup.h +++ b/include/wx/dialup.h @@ -183,6 +183,7 @@ typedef void (wxObject::*wxDialUpEventFunction)(wxDialUpEvent&); #define EVT_DIALUP_CONNECTED(func) { wxEVT_DIALUP_CONNECTED, -1, -1, (wxObjectEventFunction) (wxEventFunction) (wxDialUpEventFunction) & func, NULL}, #define EVT_DIALUP_DISCONNECTED(func) { wxEVT_DIALUP_DISCONNECTED, -1, -1, (wxObjectEventFunction) (wxEventFunction) (wxDialUpEventFunction) & func, NULL}, + #endif // wxUSE_DIALUP_MANAGER #endif // _WX_NET_H