Skip to content
Snippets Groups Projects
Commit 3c8edcc0 authored by Martin Finkel's avatar Martin Finkel
Browse files

build: Fix store WACK

videolan/vlc-winrt#303
parent 9ad0540c
No related branches found
No related tags found
1 merge request!16build: Fix store WACK
Pipeline #130356 failed with stage
in 1 hour and 1 second
......@@ -40,7 +40,7 @@ seek F, 20 + 70, 1;
my $flags = get_le(2);
seek F, -2, 1;
$flags |= 0x1000; # App Container
$flags |= 0x1400; # App Container and NO SEH
printf F "%c%c", $flags & 0xff,($flags >> 8) & 0xff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment