]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialup.cpp
removed pnghand from MSW sources - obsoleted
[wxWidgets.git] / src / msw / dialup.cpp
index 64542d048ccbe683f1bf19bb248021ad3d3cdc15..d02781f6dcea06c71ebf7aa919eab8a68007df2a 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/log.h"
+    #include "wx/intl.h"
+    #include "wx/event.h"
 #endif
 
 #include "wx/dynlib.h"
 
 #include "wx/dialup.h"
 
-// Doesn't yet compile under BC++: no wininet.h
-#ifndef __BORLANDC__
+// Doesn't yet compile under BC++ nor with mingw: no wininet.h
+#if !defined(__BORLANDC__) && !defined(__GNUWIN32_OLD__)
 
 #include <ras.h>
 #include <raserror.h>