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:
@@ -413,8 +413,10 @@ GSocketError GAddress_UNIX_GetPath(GAddress *address, char *path, size_t sbuf);
|
|||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#ifdef wxUSE_GSOCKET_CPLUSPLUS
|
#ifdef wxUSE_GSOCKET_CPLUSPLUS
|
||||||
# ifdef __WINDOWS__
|
# if defined(__WINDOWS__)
|
||||||
# include "wx/msw/gsockmsw.h"
|
# include "wx/msw/gsockmsw.h"
|
||||||
|
# elif defined(__WXMAC__) && !defined(__DARWIN__)
|
||||||
|
# include "wx/mac/gsockmac.h"
|
||||||
# else
|
# else
|
||||||
# include "wx/unix/gsockunx.h"
|
# include "wx/unix/gsockunx.h"
|
||||||
# endif
|
# endif
|
||||||
|
Reference in New Issue
Block a user