diff --git a/src/build/Common.gmake b/src/build/Common.gmake index 7adf81334063802524bddb115b1156c0bda7e6e7..d1b0dbff8f9a751036523d7686456fba73509ce5 100644 --- a/src/build/Common.gmake +++ b/src/build/Common.gmake @@ -247,10 +247,10 @@ endif os := $(shell echo $(os) | tr '[A-Z]' '[a-z]' | tr ' ' '_') ifdef win - WINNT ?= 0x0600 - WINVER ?= 0x0600 - WIN32_IE ?= 0x0700 - NTDDI ?= 0x06000000 + WINNT ?= 0x0601 + WINVER ?= 0x0601 + WIN32_IE ?= 0x0800 + NTDDI ?= 0x06010000 else CFLAGS += -DPREFER_POLL machine_uname := $(shell if uname -m | egrep -v "(i[3456789]*|x)86" > /dev/null; then uname -m | tr "[A-Z]" "[a-z]" | tr " " "_" ; fi)