]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fixes for mingw32 (still leaving disabled for now)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Aug 2000 12:16:02 +0000 (12:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Aug 2000 12:16:02 +0000 (12:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/dialup.cpp

index 2fff5a9a226b8c5a1a21575ba812fde536a1fd66..6e90cfb09f527016c6154aa276f7acbefae82dc5 100644 (file)
     #include "wx/event.h"
 #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"
 
 #if !wxUSE_DYNLIB_CLASS
@@ -551,7 +555,7 @@ void wxDialUpManagerMSW::CleanUpThreadData()
     {
         if ( !SetEvent(m_data.hEventQuit) )
         {
-            wxLogLastError("SetEvent(RasThreadQuit)");
+            wxLogLastError(_T("SetEvent(RasThreadQuit)"));
         }
 
         CloseHandle(m_hThread);