# HG changeset patch
# User Jason Rumney <jasonr@gnu.org>
# Date 1181866065 0
# Node ID 9e572cd34254e14bc92c81e29ff5e6758e089514
# Parent  f6d5dccc38c9a496b2db82182321b3730ad15c7c
Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
the new style scrollbars.

diff -r f6d5dccc38c9 -r 9e572cd34254 nt/emacs.manifest
--- /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