]> git.sesse.net Git - vlc/commitdiff
Update _WIN32_IE to IE 5.01
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 Aug 2009 13:31:08 +0000 (15:31 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 Aug 2009 13:34:47 +0000 (15:34 +0200)
bin/winvlc.c
src/config/dirs.c

index a8dd08aa79be09d19dcb3933d75dd6fc26bdfe9a..de71fe832cd68397bd4ed06bc6e63782aada316a 100644 (file)
@@ -36,7 +36,9 @@
 #include <windows.h>
 
 #if !defined(UNDER_CE)
-#   define  _WIN32_IE 0x500
+# ifndef _WIN32_IE
+#   define  _WIN32_IE 0x501
+# endif
 #   include <shlobj.h>
 #   include <tlhelp32.h>
 #   include <wininet.h>
index a241ff57becb929f02709d3190d587d339ab708c..c8cfc822d1fded55ee43757ff99d67dc94871c3e 100644 (file)
@@ -28,7 +28,9 @@
 #include <vlc_common.h>
 
 #if defined( WIN32 )
-# define _WIN32_IE IE5
+# ifndef _WIN32_IE
+#  define _WIN32_IE 0x0501
+# endif
 # include <w32api.h>
 #ifndef UNDER_CE
 # include <direct.h>