From: Włodzimierz Skiba Date: Thu, 27 May 2004 16:57:41 +0000 (+0000) Subject: Removed condition of old Watcom times. Open Watcom doesn't have problems with wininet.h. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/250e67305d386908fa0eda14110b5dd49a936e43 Removed condition of old Watcom times. Open Watcom doesn't have problems with wininet.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/dialup.cpp b/src/msw/dialup.cpp index 3ef963a5f5..0fc8e9eb32 100644 --- a/src/msw/dialup.cpp +++ b/src/msw/dialup.cpp @@ -47,7 +47,6 @@ DEFINE_EVENT_TYPE(wxEVT_DIALUP_DISCONNECTED) #if (!defined(__BORLANDC__) || (__BORLANDC__>=0x550)) && \ (!defined(__GNUWIN32__) || wxCHECK_W32API_VERSION(0, 5)) && \ !defined(__GNUWIN32_OLD__) && \ - !defined(__WATCOMC__) && \ !defined(__WINE__) && \ (!defined(__VISUALC__) || (__VISUALC__ >= 1020))