aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney <[email protected]>2007-06-15 00:07:45 +0000
committerJason Rumney <[email protected]>2007-06-15 00:07:45 +0000
commitd3ab2b63f1dab3686d9156050f54d6a475bf30bc (patch)
treebf314b48c8f9ebd6c2479510c59d59eabd5fe5b4
parent4769f8c55596eb5f92e902dbfa822b3f607f114b (diff)
Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
the new style scrollbars.
-rw-r--r--nt/emacs.manifest11
1 files changed, 11 insertions, 0 deletions
diff --git a/nt/emacs.manifest b/nt/emacs.manifest
new file mode 100644
index 0000000000..4c1894c335
--- /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