Bump required windows headers to Vista

This does not mean that XP/2k3 is no longer supported - we just need the
headers so we can use newer APIs on later windows versions.
This commit is contained in:
Bert Belder 2011-12-01 15:23:00 +01:00
parent 35fa2a6a51
commit b471b33da8

View File

@ -24,7 +24,7 @@ CC = $(PREFIX)gcc
AR = $(PREFIX)ar
E=.exe
CFLAGS=$(CPPFLAGS) -g --std=gnu89 -D_WIN32_WINNT=0x0501 -Isrc/ares/config_win32
CFLAGS=$(CPPFLAGS) -g --std=gnu89 -D_WIN32_WINNT=0x0600 -Isrc/ares/config_win32
LINKFLAGS=-lm
CARES_OBJS += src/ares/windows_port.o