]> git.saurik.com Git - wxWidgets.git/commitdiff
remove USE_SYS_TYPES_FD_SET definition which is already present in include/wx/msw...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Dec 2008 19:33:33 +0000 (19:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Dec 2008 19:33:33 +0000 (19:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/sockmsw.cpp

index 75b56980d46a3ad7957e795f037f2e9f9c5fc024..e53092395dcc2afdb65a71d698c1f1b690c54914 100644 (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,