X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..58b1642453c5858a4dd29425b065e9215cb8ec79:/src/msw/dialup.cpp diff --git a/src/msw/dialup.cpp b/src/msw/dialup.cpp index fad3b9aac2..d02781f6dc 100644 --- a/src/msw/dialup.cpp +++ b/src/msw/dialup.cpp @@ -34,12 +34,17 @@ #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++ nor with mingw: no wininet.h +#if !defined(__BORLANDC__) && !defined(__GNUWIN32_OLD__) + #include #include @@ -1273,4 +1278,6 @@ static void WINAPI wxRasDialFunc(UINT unMsg, rasconnstate, dwError); } +#endif + // __BORLANDC__ #endif // wxUSE_DIALUP_MANAGER