compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fc9ef629ac
commit
afefdd933b
@ -539,7 +539,7 @@ void wxSocketBase::Discard()
|
|||||||
#if wxHAVE_GLIBC2
|
#if wxHAVE_GLIBC2
|
||||||
typedef socklen_t SOCKLEN_T;
|
typedef socklen_t SOCKLEN_T;
|
||||||
#else
|
#else
|
||||||
typedef int SOCKET_INT;
|
typedef int SOCKET_T;
|
||||||
#endif
|
#endif
|
||||||
#endif // SOCKLEN_T
|
#endif // SOCKLEN_T
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user