From 795eb932747dbbe6777da77b3031a20224da8646 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Fri, 6 Aug 2004 19:11:09 +0000 Subject: [PATCH] include wx/mac/gsockmac.h when compiling wxMac CFM git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gsocket.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/wx/gsocket.h b/include/wx/gsocket.h index 8ccedd46da..829a0066d4 100644 --- a/include/wx/gsocket.h +++ b/include/wx/gsocket.h @@ -413,8 +413,10 @@ GSocketError GAddress_UNIX_GetPath(GAddress *address, char *path, size_t sbuf); #endif /* __cplusplus */ #ifdef wxUSE_GSOCKET_CPLUSPLUS -# ifdef __WINDOWS__ +# if defined(__WINDOWS__) # include "wx/msw/gsockmsw.h" +# elif defined(__WXMAC__) && !defined(__DARWIN__) +# include "wx/mac/gsockmac.h" # else # include "wx/unix/gsockunx.h" # endif -- 2.45.2