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:
parent
35fa2a6a51
commit
b471b33da8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user