[vlc-commits] win32: remove manifest comment line

Steve Lhomme git at videolan.org
Mon Jun 25 16:56:22 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Jun 25 16:55:16 2018 +0200| [90968f248ccf0862960079138ebd8a8512220cb1] | committer: Steve Lhomme

win32: remove manifest comment line

It breaks the binary which won't run on W10 (at least)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90968f248ccf0862960079138ebd8a8512220cb1
---

 extras/package/win32/vlc.exe.manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/vlc.exe.manifest b/extras/package/win32/vlc.exe.manifest
index 33aaaab05c..7b826810b5 100644
--- a/extras/package/win32/vlc.exe.manifest
+++ b/extras/package/win32/vlc.exe.manifest
@@ -32,9 +32,9 @@
             <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
             <!--The ID below indicates application support for Windows 7 -->
             <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
-            <!-- https://docs.microsoft.com/en-us/windows/desktop/w8cookbook/application--executable--manifest -->
             <!--The ID below indicates app support for Windows 8 -->
             <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
+            <!--The ID below indicates app support for Windows 8.1 -->
             <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
         </application>
     </compatibility>



More information about the vlc-commits mailing list