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
This commit is contained in:
David Elliott 2004-08-06 19:11:09 +00:00
parent c5602b4a8d
commit 795eb93274

View File

@ -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