Mercurial > emacs
changeset 78012:9e572cd34254
Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
the new style scrollbars.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 15 Jun 2007 00:07:45 +0000 |
parents | f6d5dccc38c9 |
children | 9db7ff557d0e |
files | nt/emacs.manifest |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nt/emacs.manifest Fri Jun 15 00:07:45 2007 +0000 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <dependency> + <dependentAssembly> + <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" + version="6.0.0.0" processorArchitecture="X86" + publicKeyToken="6595b64144ccf1df" + language="*"/> + </dependentAssembly> + </dependency> +</assembly> \ No newline at end of file