diff options
author | Guenter Knauf <lists@gknw.net> | 2011-09-20 11:59:10 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2011-09-20 11:59:49 +0200 |
commit | 98a61d8e2e8982786aaf3916cbbcac96838316e7 (patch) | |
tree | c82aa085efc2d6fdf2f1adca23e9aef9a69c640a /lib | |
parent | 81b41095efd1f5b88ad8c84d10d1963278a06752 (diff) |
Added _WIN32_WINNT define for IPv6 builds.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 2256f96e1..a8eca47f1 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -161,7 +161,7 @@ ifdef SPNEGO CFLAGS += -DHAVE_SPNEGO endif ifdef IPV6 - CFLAGS += -DENABLE_IPV6 + CFLAGS += -DENABLE_IPV6 -D_WIN32_WINNT=0x0501 endif ifdef LDAPS CFLAGS += -DHAVE_LDAP_SSL |