Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tung Huynh
VLC-WinRT
Commits
3c8edcc0
Commit
3c8edcc0
authored
Jul 27, 2020
by
Martin Finkel
Browse files
build: Fix store WACK
#303
parent
9ad0540c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libvlc/appcontainer.pl
View file @
3c8edcc0
...
...
@@ -40,7 +40,7 @@ seek F, 20 + 70, 1;
my
$flags
=
get_le
(
2
);
seek
F
,
-
2
,
1
;
$flags
|=
0x1
0
00
;
# App Container
$flags
|=
0x1
4
00
;
# App Container
and NO SEH
printf
F
"
%c%c
",
$flags
&
0xff
,(
$flags
>>
8
)
&
0xff
;
...
...
Write
Preview
Supports
Markdown
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