aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xorg-server/os/access.c2
1 files changed, 1 insertions, 1 deletions
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)