[vlc-commits] Set mininal Windows version to Windows 7

Jean-Baptiste Kempf git at videolan.org
Thu Nov 30 02:27:46 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov 30 02:22:19 2017 +0100| [9d765e0937a79fa9015d6846785931e4ceecfda3] | committer: Jean-Baptiste Kempf

Set mininal Windows version to Windows 7

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d765e0937a79fa9015d6846785931e4ceecfda3
---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 48c2e62ccb..c7360021f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -230,7 +230,7 @@ case "${host_os}" in
     AC_CHECK_TOOL(WINDRES, windres, :)
     AC_CHECK_TOOL(OBJCOPY, objcopy, :)
     AH_TOP([#if defined(_WIN32) && !defined(_WIN32_WINNT)])
-    AH_TOP([# define _WIN32_WINNT 0x0502 /* Windows XP SP2 */])
+    AH_TOP([# define _WIN32_WINNT 0x0601 /* Windows 7 */])
     AH_TOP([#endif])
     AC_DEFINE([_WIN32_IE], 0x0600, [Define to '0x0600' for IE 6.0 (and shell) APIs.])
     AC_DEFINE([_UNICODE], [1], [Define to 1 for Unicode (Wide Chars) APIs.])



More information about the vlc-commits mailing list