diff --git a/Makefile b/Makefile index f4ce4f1fb..d4b9f6b90 100644 --- a/Makefile +++ b/Makefile @@ -454,8 +454,7 @@ ifneq '' '$(findstring mingw,$(shell $(CC) -dumpmachine))' MK_CFLAGS += -Xassembler -muse-unaligned-vector-move MK_CXXFLAGS += -Xassembler -muse-unaligned-vector-move - # Target Windows 8 for PrefetchVirtualMemory - MK_CPPFLAGS += -D_WIN32_WINNT=0x602 + MK_CPPFLAGS += -D_WIN32_WINNT=0x601 endif ifneq ($(filter aarch64%,$(UNAME_M)),)