Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
the new style scrollbars.
This commit is contained in:
parent
4769f8c555
commit
d3ab2b63f1
1 changed files with 11 additions and 0 deletions
11
nt/emacs.manifest
Normal file
11
nt/emacs.manifest
Normal file
|
@ -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>
|
Loading…
Add table
Reference in a new issue