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
This commit is contained in:
parent
b5e656ae02
commit
250e67305d
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user