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:
@@ -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_T;
|
typedef int SOCKLEN_T;
|
||||||
#endif
|
#endif
|
||||||
#endif // SOCKLEN_T
|
#endif // SOCKLEN_T
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user