[vlc-commits] [Git][videolan/vlc][master] win32/manifest: mark our DLLs and program as supporting Windows 10/11

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Sep 30 13:49:11 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
f5d6a8e1 by Steve Lhomme at 2024-09-30T13:00:23+00:00
win32/manifest: mark our DLLs and program as supporting Windows 10/11

That may allow using regular Windows version checks that maxed out at Win 8.1.

https://learn.microsoft.com/en-us/windows/win32/w8cookbook/windows-version-check#declaring-windows-10-compatibility-with-an-app-manifest

- - - - -


3 changed files:

- extras/package/win32/libvlc.dll.manifest
- extras/package/win32/libvlccore.dll.manifest
- extras/package/win32/vlc.exe.manifest


Changes:

=====================================
extras/package/win32/libvlc.dll.manifest
=====================================
@@ -15,6 +15,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}"/>
+            <!-- The ID below indicates application support for Windows 10 and Windows 11 -->
+            <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
         </application>
     </compatibility>
 </assembly>


=====================================
extras/package/win32/libvlccore.dll.manifest
=====================================
@@ -15,6 +15,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}"/>
+            <!-- The ID below indicates application support for Windows 10 and Windows 11 -->
+            <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
         </application>
     </compatibility>
 </assembly>


=====================================
extras/package/win32/vlc.exe.manifest
=====================================
@@ -34,6 +34,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}"/>
+            <!-- The ID below indicates application support for Windows 10 and Windows 11 -->
+            <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
         </application>
     </compatibility>
     <asmv3:application>



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f5d6a8e1bd6bb925888b48bd9593eb0ab74f6230

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f5d6a8e1bd6bb925888b48bd9593eb0ab74f6230
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list