From 6b2a63a901118507959c3c92449d681fab2e38eb Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 9 Mar 2011 12:54:31 +0000 Subject: Solved wrong test on os --- xorg-server/os/access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server') diff --git a/xorg-server/os/access.c b/xorg-server/os/access.c index 2b37afe65..d30058db6 100644 --- a/xorg-server/os/access.c +++ b/xorg-server/os/access.c @@ -253,7 +253,7 @@ static Bool siAddrMatch(int family, pointer addr, int len, HOST *host, static int siCheckAddr(const char *addrString, int length); static void siTypesInitialize(void); -#if NTDDI_VERSION >= NTDDI_VISTA +#if NTDDI_VERSION < NTDDI_VISTA const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt) { if (af == AF_INET) -- cgit v1.2.3