diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-17 16:42:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-17 16:42:00 +0000 |
commit | 3dbbfcc8ae8eafc123d1550de3c9a3ef8ba2ab0b (patch) | |
tree | a88a4807fdea71f2fbf9fdf32b1176ba14ee6266 /Build/source/texk/web2c/luatexdir/luasocket/src/inet.h | |
parent | f0766d14d2d278ee0a6479b62a45ec03461933d5 (diff) |
mingw patches from Siep and Luigi
git-svn-id: svn://tug.org/texlive/trunk@61335 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luasocket/src/inet.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luasocket/src/inet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luasocket/src/inet.h b/Build/source/texk/web2c/luatexdir/luasocket/src/inet.h index 928c7eb407e..829526d0872 100644 --- a/Build/source/texk/web2c/luatexdir/luasocket/src/inet.h +++ b/Build/source/texk/web2c/luatexdir/luasocket/src/inet.h @@ -47,8 +47,10 @@ int inet_aton(const char *cp, struct in_addr *inp); #endif #ifdef LUASOCKET_INET_PTON +#ifndef _WS2TCPIP_H_ const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt); int inet_pton(int af, const char *src, void *dst); #endif +#endif #endif /* INET_H */ |