diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-09-25 22:01:54 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-09-25 22:01:54 +0300 |
commit | a0b9ebfd256edafb7136569e70fd26bdbf53b736 (patch) | |
tree | 0ccde10ea5e91c951e83d850d4444607b3074a85 /nt | |
parent | 00908ee96e77b09729721610b78adb5014c0aca6 (diff) |
Update Emacs manifest files for Windows 10
* nt/emacs-x86.manifest:
* nt/emacs-x64.manifest: Declare compatibility with Windows 10.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/emacs-x64.manifest | 18 | ||||
-rw-r--r-- | 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 3cf56dd975..9481c7e1c8 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 d7053be07e..0ead8da7e3 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 --> |