Fixes & Hacks to make sockets compile on CYGWIN with windows enabled

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-04-10 06:33:26 +00:00
parent b7e28620c2
commit 9e07d39919
3 changed files with 17 additions and 4 deletions

View File

@@ -160,7 +160,7 @@ public:
#endif // wxUSE_IPV6
#if defined(__UNIX__) && !defined(__WINE__) && (!defined(__WXMAC__) || defined(__DARWIN__))
#if defined(__UNIX__) && !defined(__WINE__) && (!defined(__WXMAC__) || defined(__DARWIN__)) && !defined(__CYGWIN__)
#include <sys/socket.h>
#ifndef __VMS__
# include <sys/un.h>