* emacs.manifest: Add trustInfo section to Windows manifest.

See http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00805.html
for details.
This commit is contained in:
Chong Yidong 2010-04-20 11:46:52 -04:00
parent 1cfb415b3b
commit 4a787cd276
2 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-04-20 Lewis Perin <perin@panix.com> (tiny change)
* emacs.manifest: Add trustInfo section to Windows manifest.
2010-03-10 Chong Yidong <cyd@stupidchicken.com>
* Branch for 23.2.

View file

@ -8,4 +8,14 @@
language="*"/>
</dependentAssembly>
</dependency>
</assembly>
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86"
name="emacs" type="win32"/>
<description>GNU Emacs</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>