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:
parent
c5602b4a8d
commit
795eb93274
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user