Win64 compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1073,13 +1073,7 @@ bool wxDialUpManagerMSW::EnableAutoCheckOnlineStatus(size_t nSeconds)
|
||||
}
|
||||
|
||||
// and subclass it
|
||||
FARPROC windowProc = MakeProcInstance
|
||||
(
|
||||
(FARPROC)wxRasStatusWindowProc,
|
||||
wxGetInstance()
|
||||
);
|
||||
|
||||
::SetWindowLong(ms_hwndRas, GWL_WNDPROC, (LONG) windowProc);
|
||||
wxSetWindowProc(ms_hwndRas, wxRasStatusWindowProc);
|
||||
}
|
||||
|
||||
m_data.hWnd = ms_hwndRas;
|
||||
|
Reference in New Issue
Block a user