[vlc-commits] Win32: move to WinXP SP2 APIs and IE 6.0 APIs

Jean-Baptiste Kempf git at videolan.org
Tue Aug 23 12:47:32 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 23 12:45:53 2011 +0200| [2e96f2ae3177db82a370a46800d98f366bfb5060] | committer: Jean-Baptiste Kempf

Win32: move to WinXP SP2 APIs and IE 6.0 APIs

As stated in NEWS, VLC will not work on XP < SP2 and 2003 < SP1

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

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8ac12e6..b0eb044 100644
--- a/configure.ac
+++ b/configure.ac
@@ -320,8 +320,8 @@ case "${host_os}" in
   *mingw32* | *cygwin* | *wince* | *mingwce*)
     AC_CHECK_TOOL(WINDRES, windres, :)
     AC_CHECK_TOOL(OBJCOPY, objcopy, :)
-    AC_DEFINE([_WIN32_WINNT], 0x0501, [Define to '0x0501' for Windows XP APIs.])
-    AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0501' for IE 5.01 (and shell) APIs.])
+    AC_DEFINE([_WIN32_WINNT], 0x0502, [Define to '0x0502' for Windows XP SP2 APIs.])
+    AC_DEFINE([_WIN32_IE], 0x0600, [Define to '0x0600' for IE 6.0 (and shell) APIs.])
 
     case "${host_os}" in
       *wince* | *mingwce* | *mingw32ce*)



More information about the vlc-commits mailing list