[vlc-commits] Win32: fix small error in configure.ac
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Tue Aug 23 12:38:18 CEST 2011
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 23 12:34:50 2011 +0200| [5baeb0ec93da74f4dd8fc4af5b19cacd6abbd352] | committer: Jean-Baptiste Kempf
Win32: fix small error in configure.ac
This is a partial revert of [6fdf44fd13f5c24efb7ac5a593e967d02449b665]
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5baeb0ec93da74f4dd8fc4af5b19cacd6abbd352
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 418c230..8ac12e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -320,7 +320,7 @@ case "${host_os}" in
   *mingw32* | *cygwin* | *wince* | *mingwce*)
     AC_CHECK_TOOL(WINDRES, windres, :)
     AC_CHECK_TOOL(OBJCOPY, objcopy, :)
-    AC_DEFINE([_WIN32_WINNT], 0x0600, [Define to '0x0600' for Windows Vista APIs.])
+    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.])
 
     case "${host_os}" in
    
    
More information about the vlc-commits
mailing list