Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pei JIA
VLC
Commits
f615db63
Commit
f615db63
authored
6 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
winvlc: Work around lack of relocation table in vlc.exe
parent
7da47774
No related branches found
Branches containing commit
Tags
3.0.4
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/winvlc.c
+4
-0
4 additions, 0 deletions
bin/winvlc.c
with
4 additions
and
0 deletions
bin/winvlc.c
+
4
−
0
View file @
f615db63
...
...
@@ -111,6 +111,10 @@ static void PrioritizeSystem32(void)
SetProcessMitigationPolicy
(
10
/* ProcessImageLoadPolicy */
,
&
m
,
sizeof
(
m
)
);
}
/*
* Export WinMain to force GNU ld to generate a .reloc section
*/
__declspec
(
dllexport
)
int
WINAPI
WinMain
(
HINSTANCE
hInstance
,
HINSTANCE
hPrevInstance
,
LPSTR
lpCmdLine
,
int
nCmdShow
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment