Commit 4164da80 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update _WIN32_IE to IE 5.01

parent e3e4c0d7
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment