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