1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Update _WIN32_IE to IE 5.01

This commit is contained in:
Jean-Baptiste Kempf 2009-08-19 15:31:08 +02:00
parent e3e4c0d76e
commit 4164da8033
2 changed files with 6 additions and 2 deletions

View 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>

View 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>