mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r15945) -Fix (r15944): win32 compilation
This commit is contained in:
parent
1a0249f9d8
commit
a1b6c34623
@ -28,11 +28,13 @@ typedef unsigned long in_addr_t;
|
|||||||
/* Windows has some different names for some types */
|
/* Windows has some different names for some types */
|
||||||
typedef SSIZE_T ssize_t;
|
typedef SSIZE_T ssize_t;
|
||||||
typedef int socklen_t;
|
typedef int socklen_t;
|
||||||
|
# define IPPROTO_IPV6 41
|
||||||
#else
|
#else
|
||||||
#include "../../win32.h"
|
#include "../../win32.h"
|
||||||
#include "../../core/alloc_func.hpp"
|
#include "../../core/alloc_func.hpp"
|
||||||
|
|
||||||
#define AI_ADDRCONFIG 0x00000400 // Resolution only if global address configured
|
#define AI_ADDRCONFIG 0x00000400 // Resolution only if global address configured
|
||||||
|
#define IPV6_V6ONLY 27
|
||||||
|
|
||||||
static inline int OTTDgetnameinfo(const struct sockaddr *sa, socklen_t salen, char *host, DWORD hostlen, char *serv, DWORD servlen, int flags)
|
static inline int OTTDgetnameinfo(const struct sockaddr *sa, socklen_t salen, char *host, DWORD hostlen, char *serv, DWORD servlen, int flags)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user