emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115552: Update Emacs's Windows manifests to support


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r115552: Update Emacs's Windows manifests to support Windows 8.1.
Date: Mon, 16 Dec 2013 18:19:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115552
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2013-12-16 20:18:44 +0200
message:
  Update Emacs's Windows manifests to support Windows 8.1.
  
   nt/emacs-x64.manifest:
   nt/emacs-x86.manifest: Declare that we target Windows 8.1 as well
   as earlier versions.  This is so GetVersion and GetVersionEx APIs
   used for bug reporting and other purposes return accurate version
   number on Windows 8.1.  See the discussion on MSDN
   http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx
   for more details.
modified:
  nt/ChangeLog                   changelog-20091113204419-o5vbwnq5f7feedwu-1545
  nt/emacs-x64.manifest          
emacsx64.manifest-20120930183655-7jdxzi92vjlxre8s-1
  nt/emacs-x86.manifest          
emacs.manifest-20091113204419-o5vbwnq5f7feedwu-5059
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2013-12-12 18:19:10 +0000
+++ b/nt/ChangeLog      2013-12-16 18:18:44 +0000
@@ -1,3 +1,13 @@
+2013-12-16  Eli Zaretskii  <address@hidden>
+
+       * emacs-x64.manifest:
+       * emacs-x86.manifest: Declare that we target Windows 8.1 as well
+       as earlier versions.  This is so GetVersion and GetVersionEx APIs
+       used for bug reporting and other purposes return accurate version
+       number on Windows 8.1.  See the discussion on MSDN
+       http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx
+       for more details.
+
 2013-12-12  Eli Zaretskii  <address@hidden>
 
        * inc/ms-w32.h (MAX_UTF8_PATH): New macro.

=== modified file 'nt/emacs-x64.manifest'
--- a/nt/emacs-x64.manifest     2012-09-30 21:36:42 +0000
+++ b/nt/emacs-x64.manifest     2013-12-16 18:18:44 +0000
@@ -18,4 +18,16 @@
       </requestedPrivileges>
     </security>
   </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}"/>
+      </application> 
+    </compatibility>
 </assembly>

=== modified file 'nt/emacs-x86.manifest'
--- a/nt/emacs-x86.manifest     2012-09-30 21:36:42 +0000
+++ b/nt/emacs-x86.manifest     2013-12-16 18:18:44 +0000
@@ -18,4 +18,16 @@
       </requestedPrivileges>
     </security>
   </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}"/>
+      </application> 
+    </compatibility>
 </assembly>


reply via email to

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