Commit 51a4a9f5 authored by Jondy Zhao's avatar Jondy Zhao

Use same winver flag when build babeld in the cygwin

parent 0c067182
......@@ -19,12 +19,7 @@ ifneq "$(WINVER)" ""
SRCS += cyginet.c
OBJS += cyginet.o
LDLIBS += -liphlpapi -lws2_32 -lwlanapi -lole32 -lsetupapi
ifeq "$(WINVER)" "XP"
CFLAGS += -D_WIN32_WINNT=0x0503
else
CLFAGS += -D_WIN32_WINNT=0x0600
endif
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment