[vlc-commits] win32: disable Vista support in the manifest

Steve Lhomme git at videolan.org
Thu May 7 08:30:13 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon May  4 10:43:59 2020 +0200| [aeded57bdff5afb7ad8c8388d77d1afa04d74153] | committer: Steve Lhomme

win32: disable Vista support in the manifest

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

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

diff --git a/extras/package/win32/vlc.exe.manifest b/extras/package/win32/vlc.exe.manifest
index 7b826810b5..ad2ba019fc 100644
--- a/extras/package/win32/vlc.exe.manifest
+++ b/extras/package/win32/vlc.exe.manifest
@@ -28,8 +28,6 @@
     </dependency>
     <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
         <application>
-            <!--The ID below indicates app support for Windows Vista -->
-            <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
             <!--The ID below indicates application support for Windows 7 -->
             <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
             <!--The ID below indicates app support for Windows 8 -->



More information about the vlc-commits mailing list