[libbluray-devel] Target XP SP2 for Windows builds

Jean-Baptiste Kempf git at videolan.org
Tue May 27 11:59:25 CEST 2014


libbluray | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 27 11:55:35 2014 +0200| [b346504bd6e32f96ac45d2cabf2d4da39be16dea] | committer: Jean-Baptiste Kempf

Target XP SP2 for Windows builds

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=b346504bd6e32f96ac45d2cabf2d4da39be16dea
---

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

diff --git a/configure.ac b/configure.ac
index 4ca8369..4c3ad8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ case "${host_os}" in
         ;;
       *mingw32*)
         SYS=mingw32
-        AC_DEFINE([_WIN32_WINNT], 0x0501, [Define to '0x0500' for Windows XP APIs.])
+        AC_DEFINE([_WIN32_WINNT], 0x0502, [Define to '0x0502' for Windows XP SP2 APIs.])
         AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0501' for IE 5.01.])
         CPPFLAGS="${CPPFLAGS} -D__USE_MINGW_ANSI_STDIO=1"
         ;;



More information about the libbluray-devel mailing list