From: Vadim Zeitlin Date: Thu, 16 Dec 1999 23:14:14 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8673da0de1b37e492c5ac4dfd2b25aaf1c3d157a?ds=inline compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/dialup.cpp b/src/msw/dialup.cpp index d02781f6dc..d0163f9dde 100644 --- a/src/msw/dialup.cpp +++ b/src/msw/dialup.cpp @@ -1087,7 +1087,7 @@ bool wxDialUpManagerMSW::EnableAutoCheckOnlineStatus(size_t nSeconds) { // create a hidden window to receive notification about connections // status change - extern wxChar wxPanelClassName[]; + extern const wxChar *wxPanelClassName; ms_hwndRas = ::CreateWindow(wxPanelClassName, NULL, 0, 0, 0, 0, 0, NULL,