summaryrefslogtreecommitdiffstats
path: root/treectrl.dll.manifest.in
diff options
context:
space:
mode:
authortreectrl <treectrl>2008-02-09 03:46:01 (GMT)
committertreectrl <treectrl>2008-02-09 03:46:01 (GMT)
commitcc0ebd8c98554e1de39557862b280a3418d34044 (patch)
treee56561061f8515dfc82e79e8f7ab1d191ff92920 /treectrl.dll.manifest.in
parent7a1e077388a7641702c89397641c28fb3c130536 (diff)
downloadtktreectrl-cc0ebd8c98554e1de39557862b280a3418d34044.zip
tktreectrl-cc0ebd8c98554e1de39557862b280a3418d34044.tar.gz
tktreectrl-cc0ebd8c98554e1de39557862b280a3418d34044.tar.bz2
Added a Win32 .manifest file and associated .rc file to load version 6 of comctl32.dll for visual themes. Added winrc.m4 for rules to compile the .rc file. Changed the Makefile to merge in any Microsoft-compiler-created manifest file (for picking the correct MSVCRT). Changed the theme init code to properly check that comctl32.dll version 6 is actually being used.
Diffstat (limited to 'treectrl.dll.manifest.in')
-rw-r--r--treectrl.dll.manifest.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/treectrl.dll.manifest.in b/treectrl.dll.manifest.in
new file mode 100644
index 0000000..37e5285
--- /dev/null
+++ b/treectrl.dll.manifest.in
@@ -0,0 +1,15 @@
+<?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="@MACHINE@"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+/>
+</dependentAssembly>
+</dependency>
+</assembly>