summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2014-08-20 11:13:29 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2014-08-20 11:13:29 (GMT)
commit67454ba6d0a30800f3c16cc9a106a571631120ff (patch)
tree8a6f4c2195c125e9733eca7ac6059940490a8fe8
parentb4454b1b55dc49277c1e800c1f629854c55ee277 (diff)
downloadtcl-67454ba6d0a30800f3c16cc9a106a571631120ff.zip
tcl-67454ba6d0a30800f3c16cc9a106a571631120ff.tar.gz
tcl-67454ba6d0a30800f3c16cc9a106a571631120ff.tar.bz2
[74e073599e5e7c5eb535e2f60f1b06feb468eaae|74e073599e]: tclsh is using old style dialogs when Tk is loaded on Windows
FossilOrigin-Name: a2a1fe34e9ebd0be2d16b244990a5856ac893b07
-rw-r--r--win/tclsh.exe.manifest.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/win/tclsh.exe.manifest.in b/win/tclsh.exe.manifest.in
index aaa34e1..b7c4381 100644
--- a/win/tclsh.exe.manifest.in
+++ b/win/tclsh.exe.manifest.in
@@ -30,4 +30,22 @@
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
</application>
</compatibility>
+ <asmv3:application>
+ <asmv3:windowsSettings
+ xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
+ <dpiAware>true</dpiAware>
+ </asmv3:windowsSettings>
+ </asmv3:application>
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="@MACHINE@"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ />
+ </dependentAssembly>
+ </dependency>
</assembly>