X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57493f9f852d91a5750b4a68053a465f421e12be..58a33cb4e6e2de9d6ea6da16b52e53d840797059:/src/common/socket.cpp?ds=sidebyside diff --git a/src/common/socket.cpp b/src/common/socket.cpp index fab44bbb46..d3268834b2 100644 --- a/src/common/socket.cpp +++ b/src/common/socket.cpp @@ -539,7 +539,7 @@ void wxSocketBase::Discard() #if wxHAVE_GLIBC2 typedef socklen_t SOCKLEN_T; #else - typedef int SOCKET_INT; + typedef int SOCKLEN_T; #endif #endif // SOCKLEN_T