compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1087,7 +1087,7 @@ bool wxDialUpManagerMSW::EnableAutoCheckOnlineStatus(size_t nSeconds)
|
|||||||
{
|
{
|
||||||
// create a hidden window to receive notification about connections
|
// create a hidden window to receive notification about connections
|
||||||
// status change
|
// status change
|
||||||
extern wxChar wxPanelClassName[];
|
extern const wxChar *wxPanelClassName;
|
||||||
ms_hwndRas = ::CreateWindow(wxPanelClassName, NULL,
|
ms_hwndRas = ::CreateWindow(wxPanelClassName, NULL,
|
||||||
0, 0, 0, 0,
|
0, 0, 0, 0,
|
||||||
0, NULL,
|
0, NULL,
|
||||||
|
Reference in New Issue
Block a user