now it's uint32 on mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a50ca84319
commit
fcbd7e5a12
@ -117,6 +117,8 @@ int _System soclose(int);
|
||||
# if __GLIBC__ == 2
|
||||
# define SOCKLEN_T socklen_t
|
||||
# endif
|
||||
# elif defined(__WXMAC__)
|
||||
# define SOCKLEN_T socklen_t
|
||||
# else
|
||||
# define SOCKLEN_T int
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user