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:
Stefan Csomor 2005-05-07 13:35:09 +00:00
parent a50ca84319
commit fcbd7e5a12

View File

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