Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
4164da80
Commit
4164da80
authored
Aug 19, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update _WIN32_IE to IE 5.01
parent
e3e4c0d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
bin/winvlc.c
bin/winvlc.c
+3
-1
src/config/dirs.c
src/config/dirs.c
+3
-1
No files found.
bin/winvlc.c
View file @
4164da80
...
...
@@ -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>
...
...
src/config/dirs.c
View file @
4164da80
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment