X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/106f039552385de4d8b7c2e530a00057e9b78208..f4cc15cd73753bccecfc845328be3caf955b0864:/src/msw/dialup.cpp diff --git a/src/msw/dialup.cpp b/src/msw/dialup.cpp index 64542d048c..d02781f6dc 100644 --- a/src/msw/dialup.cpp +++ b/src/msw/dialup.cpp @@ -34,14 +34,16 @@ #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 #include