[vlc-commits] Win32: mark the manifest as compatible with Vista

Jean-Baptiste Kempf git at videolan.org
Tue Sep 8 15:53:09 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep  8 15:52:08 2015 +0200| [a9b0140b801e67b3508a560d03dba6207fb2198c] | committer: Jean-Baptiste Kempf

Win32: mark the manifest as compatible with Vista

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

 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