Skip to content
Snippets Groups Projects
Commit 40c6f8db authored by deuce's avatar deuce
Browse files

Require Windows XP for getaddrinfo() etc.

parent b8865269
Branches
Tags
No related merge requests found
......@@ -341,7 +341,7 @@ else
#CFLAGS += -D_POSIX_PTHREAD_SEMANTICS
else
ifeq ($(os),win32) # Windows
CFLAGS += -D_WIN32 -D_WIN32_WINNT=0x0500 -DWINVER=0x0500 -D_WIN32_IE=0x0500
CFLAGS += -D_WIN32 -D_WIN32_WINNT=0x0501 -DWINVER=0x0501 -D_WIN32_IE=0x0500
MT_CFLAGS += -D_WIN32
else # Linux / Other UNIX
XP_SEM := 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment