compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-03-12 19:38:12 +00:00
parent fc9ef629ac
commit afefdd933b

View File

@ -539,7 +539,7 @@ void wxSocketBase::Discard()
#if wxHAVE_GLIBC2
typedef socklen_t SOCKLEN_T;
#else
typedef int SOCKET_INT;
typedef int SOCKET_T;
#endif
#endif // SOCKLEN_T