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 wxUSE_SOCKETS
|
||||||
|
|
||||||
#if defined(__UNIX__) || defined(__DARWIN__) || defined(__OS2__)
|
#if defined(__WINDOWS__)
|
||||||
#include "wx/unix/gsockunx.h"
|
|
||||||
#elif defined(__WINDOWS__)
|
|
||||||
#include "wx/msw/gsockmsw.h"
|
#include "wx/msw/gsockmsw.h"
|
||||||
|
#elif defined(__UNIX__) || defined(__DARWIN__) || defined(__OS2__)
|
||||||
|
#include "wx/unix/gsockunx.h"
|
||||||
#elif defined(__WXMAC__)
|
#elif defined(__WXMAC__)
|
||||||
#include <MacHeaders.c>
|
#include <MacHeaders.c>
|
||||||
#define OTUNIXERRORS 1
|
#define OTUNIXERRORS 1
|
||||||
|
Reference in New Issue
Block a user