[vlc-commits] Win32: mark the manifest as compatible with Vista
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Wed Mar  8 23:43:50 CET 2017
    
    
  
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep  8 15:52:08 2015 +0200| [8b1b22f57071f72468eb7a7fb9f4517dbf5cf1bb] | committer: Jean-Baptiste Kempf
Win32: mark the manifest as compatible with Vista
(cherry picked from commit a9b0140b801e67b3508a560d03dba6207fb2198c)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=8b1b22f57071f72468eb7a7fb9f4517dbf5cf1bb
---
 extras/package/win32/libvlc.dll.manifest | 6 ++++++
 extras/package/win32/vlc.exe.manifest    | 7 +++++++
 2 files changed, 13 insertions(+)
diff --git a/extras/package/win32/libvlc.dll.manifest b/extras/package/win32/libvlc.dll.manifest
index 35e9724..5ddb6a7 100755
--- a/extras/package/win32/libvlc.dll.manifest
+++ b/extras/package/win32/libvlc.dll.manifest
@@ -7,4 +7,10 @@
 		type="win32"
 	/>
 	<description>LibVLC</description>
+    <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}"/> 
+        </application>
+    </compatibility>
 </assembly>
diff --git a/extras/package/win32/vlc.exe.manifest b/extras/package/win32/vlc.exe.manifest
index 60122a4..934e01f 100644
--- a/extras/package/win32/vlc.exe.manifest
+++ b/extras/package/win32/vlc.exe.manifest
@@ -26,4 +26,11 @@
 			/>
 		</dependentAssembly>
 	</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}"/> 
+        </application>
+    </compatibility>
+
 </assembly>
    
    
More information about the vlc-commits
mailing list