From fcbd7e5a12dc27e5c3162c258487c61029b04722 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 7 May 2005 13:35:09 +0000 Subject: [PATCH] now it's uint32 on mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/gsocket.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/unix/gsocket.cpp b/src/unix/gsocket.cpp index 6effecbcc2..bf8c5bc7a3 100644 --- a/src/unix/gsocket.cpp +++ b/src/unix/gsocket.cpp @@ -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