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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user