diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-06-15 00:07:45 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-06-15 00:07:45 +0000 |
commit | 15759abd8569bc01ec9b4dd7c525acaa62011d98 (patch) | |
tree | c6c4af423b4dad3fc5a54530c2845b23c21e6601 /nt/emacs.manifest | |
parent | 9657d668eef209b408602f67c0363e160f8cad3c (diff) | |
download | emacs-15759abd8569bc01ec9b4dd7c525acaa62011d98.tar.gz |
Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
the new style scrollbars.
Diffstat (limited to 'nt/emacs.manifest')
-rw-r--r-- | nt/emacs.manifest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nt/emacs.manifest b/nt/emacs.manifest new file mode 100644 index 00000000000..4c1894c335f --- /dev/null +++ b/nt/emacs.manifest @@ -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 |