Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
piscisaureus committed Dec 1, 2011
1 parent 35fa2a6 commit b471b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-mingw.mk
Expand Up @@ -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
Expand Down

0 comments on commit b471b33

Please sign in to comment.