vlc | branch: master | Jean-Baptiste Kempf <j...@videolan.org> | Sun Jun 24 
23:01:58 2018 +0200| [a5424dbf070cc5ead2fb9da829dd5782ebd0b233] | committer: 
Jean-Baptiste Kempf

Win32: declare compatibility with 7, 8, 8.1

This will, most likely, destroy DirectDraw rendering in dr

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

 extras/package/win32/vlc.exe.manifest | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/extras/package/win32/vlc.exe.manifest 
b/extras/package/win32/vlc.exe.manifest
index d92c3717b4..33aaaab05c 100644
--- a/extras/package/win32/vlc.exe.manifest
+++ b/extras/package/win32/vlc.exe.manifest
@@ -30,6 +30,12 @@
         <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}"/>
+            <!-- 
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}"/>
+            <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
         </application>
     </compatibility>
 </assembly>

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to