compilation fixes for mingw32 (still leaving disabled for now)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,6 +38,10 @@
|
|||||||
#include "wx/event.h"
|
#include "wx/event.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "wx/timer.h"
|
||||||
|
#include "wx/app.h"
|
||||||
|
#include "wx/generic/choicdgg.h"
|
||||||
|
|
||||||
#include "wx/msw/private.h" // must be before #include "dynlib.h"
|
#include "wx/msw/private.h" // must be before #include "dynlib.h"
|
||||||
|
|
||||||
#if !wxUSE_DYNLIB_CLASS
|
#if !wxUSE_DYNLIB_CLASS
|
||||||
@@ -551,7 +555,7 @@ void wxDialUpManagerMSW::CleanUpThreadData()
|
|||||||
{
|
{
|
||||||
if ( !SetEvent(m_data.hEventQuit) )
|
if ( !SetEvent(m_data.hEventQuit) )
|
||||||
{
|
{
|
||||||
wxLogLastError("SetEvent(RasThreadQuit)");
|
wxLogLastError(_T("SetEvent(RasThreadQuit)"));
|
||||||
}
|
}
|
||||||
|
|
||||||
CloseHandle(m_hThread);
|
CloseHandle(m_hThread);
|
||||||
|
Reference in New Issue
Block a user