]> git.meshlink.io Git - catta/commitdiff
ws2tcpip.h defines socklen_t
authorSven M. Hallberg <pesco@khjk.org>
Wed, 27 Aug 2014 10:28:57 +0000 (12:28 +0200)
committerSven M. Hallberg <pesco@khjk.org>
Wed, 27 Aug 2014 10:28:57 +0000 (12:28 +0200)
src/compat/windows/wincompat.h

index c82ca6c19851779db2ea7271dd34691635ea56d5..531aadd8b0c47e1ae9ec503827773c3b63295090 100644 (file)
@@ -11,9 +11,6 @@
 #include <ws2tcpip.h>
 
 
-typedef int socklen_t;
-
-
 struct utsname {
    char sysname[9];    /* Operating system name (e.g., "Linux") */
    char nodename[MAX_COMPUTERNAME_LENGTH+1];