remove USE_SYS_TYPES_FD_SET definition which is already present in include/wx/msw/private/sockmsw.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-25 19:33:33 +00:00
parent f2c94e8af5
commit de4c659eda

View File

@@ -37,12 +37,6 @@ extern "C" WXDLLIMPEXP_BASE HINSTANCE wxGetInstance();
#include <winsock.h>
#if defined(__CYGWIN__)
//CYGWIN gives annoying warning about runtime stuff if we don't do this
# define USE_SYS_TYPES_FD_SET
# include <sys/types.h>
#endif
#ifdef __WXWINCE__
/*
* As WSAAsyncSelect is not present on WinCE, it now uses WSACreateEvent,