compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6e807169c4
commit
8673da0de1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user