declare smobs in alloc.c
[bpt/emacs.git] / nt / emacs-x86.manifest
CommitLineData
15759abd
JR
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <dependency>
4 <dependentAssembly>
5 <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
6 version="6.0.0.0" processorArchitecture="X86"
7 publicKeyToken="6595b64144ccf1df"
8 language="*"/>
9 </dependentAssembly>
10 </dependency>
4a787cd2
CY
11 <assemblyIdentity version="1.0.0.0" processorArchitecture="X86"
12 name="emacs" type="win32"/>
13 <description>GNU Emacs</description>
14 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
15 <security>
16 <requestedPrivileges>
17 <requestedExecutionLevel level="asInvoker"/>
18 </requestedPrivileges>
19 </security>
20 </trustInfo>
2f43a3ee
EZ
21 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
22 <application>
23 <!-- Windows 8.1 -->
24 <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
25 <!-- Windows Vista -->
26 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
27 <!-- Windows 7 -->
28 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
29 <!-- Windows 8 -->
30 <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
31 </application>
32 </compatibility>
4a787cd2 33</assembly>