From 1d2a5c2376ba3c3b9b851c649f735e4bd802db04 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sat, 6 Feb 2016 01:12:35 +0100 Subject: [PATCH] Bump Windows API requirement to Vista and later --- src/compat/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compat/internal.h b/src/compat/internal.h index b3c6e04..0a4c8ea 100644 --- a/src/compat/internal.h +++ b/src/compat/internal.h @@ -28,7 +28,7 @@ # define VC_EXTRALEAN # define WIN32_LEAN_AND_MEAN # undef _WIN32_WINNT -# define _WIN32_WINNT 0x0502 +# define _WIN32_WINNT 0x0600 # include # if defined(MINGW_DEFINE_OFF_T) && (defined(__MINGW32__) || defined(__MINGW64__))