Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
authorJason Rumney <jasonr@gnu.org>
Fri, 15 Jun 2007 00:07:45 +0000 (00:07 +0000)
committerJason Rumney <jasonr@gnu.org>
Fri, 15 Jun 2007 00:07:45 +0000 (00:07 +0000)
the new style scrollbars.

nt/emacs.manifest [new file with mode: 0644]

diff --git a/nt/emacs.manifest b/nt/emacs.manifest
new file mode 100644 (file)
index 0000000..4c1894c
--- /dev/null
@@ -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