emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a0b9ebf: Update Emacs manifest files for Windows 10


From: Eli Zaretskii
Subject: [Emacs-diffs] master a0b9ebf: Update Emacs manifest files for Windows 10
Date: Fri, 25 Sep 2015 19:02:38 +0000

branch: master
commit a0b9ebfd256edafb7136569e70fd26bdbf53b736
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Update Emacs manifest files for Windows 10
    
    * nt/emacs-x86.manifest:
    * nt/emacs-x64.manifest: Declare compatibility with Windows 10.
---
 nt/emacs-x64.manifest |   18 ++++++++++--------
 nt/emacs-x86.manifest |    4 +++-
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/nt/emacs-x64.manifest b/nt/emacs-x64.manifest
index 3cf56dd..9481c7e 100644
--- a/nt/emacs-x64.manifest
+++ b/nt/emacs-x64.manifest
@@ -20,14 +20,16 @@
   </trustInfo>
     <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
       <application> 
-         <!-- Windows 8.1 -->
-         <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
-         <!-- Windows Vista -->
-         <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
-         <!-- Windows 7 -->
-         <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
-         <!-- Windows 8 -->
-         <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
+        <!-- Windows 10 -->
+        <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
+        <!-- Windows 8.1 -->
+        <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
+        <!-- Windows Vista -->
+        <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
+        <!-- Windows 7 -->
+        <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
+        <!-- Windows 8 -->
+        <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
       </application> 
     </compatibility>
   <asmv3:application>
diff --git a/nt/emacs-x86.manifest b/nt/emacs-x86.manifest
index d7053be..0ead8da 100644
--- a/nt/emacs-x86.manifest
+++ b/nt/emacs-x86.manifest
@@ -20,10 +20,12 @@
   </trustInfo>
     <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
       <application> 
+        <!-- Windows 10 -->
+        <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
         <!-- Windows 8.1 -->
         <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
         <!-- Windows Vista -->
-        <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
+        <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
         <!-- Windows 7 -->
         <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
         <!-- Windows 8 -->



reply via email to

[Prev in Thread] Current Thread [Next in Thread]