Fix CYGWIN socket compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -580,10 +580,10 @@ void wxGUIAppTraitsBase::RemoveFromPendingDelete(wxObject *object)
|
||||
|
||||
#if wxUSE_SOCKETS
|
||||
|
||||
#if defined(__UNIX__) || defined(__DARWIN__) || defined(__OS2__)
|
||||
#include "wx/unix/gsockunx.h"
|
||||
#elif defined(__WINDOWS__)
|
||||
#if defined(__WINDOWS__)
|
||||
#include "wx/msw/gsockmsw.h"
|
||||
#elif defined(__UNIX__) || defined(__DARWIN__) || defined(__OS2__)
|
||||
#include "wx/unix/gsockunx.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include <MacHeaders.c>
|
||||
#define OTUNIXERRORS 1
|
||||
|
Reference in New Issue
Block a user