X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..4209475ced5240eb3ce516767e7c9a0a74d12bc7:/src/msw/dialup.cpp diff --git a/src/msw/dialup.cpp b/src/msw/dialup.cpp index 66a5a034fa..da0e96c243 100644 --- a/src/msw/dialup.cpp +++ b/src/msw/dialup.cpp @@ -1269,7 +1269,6 @@ static DWORD wxRasMonitorThread(wxRasThreadData *data) // fall through case WAIT_FAILED: -#ifdef __WXDEBUG__ // using wxLogLastError() from here is dangerous: we risk to // deadlock the main thread if wxLog sends output to GUI DWORD err = GetLastError(); @@ -1280,7 +1279,6 @@ static DWORD wxRasMonitorThread(wxRasThreadData *data) err, wxSysErrorMsg(err) ); -#endif // __WXDEBUG__ // no sense in continuing, who knows if the handles we're // waiting for even exist yet...