diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-08-20 11:23:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-08-20 11:23:09 (GMT) |
commit | 08a0a8c4a05e9a2915604e90ec54b27426677f9b (patch) | |
tree | d0c0253e648ee9cb4ef5f89bcdb3c1bc276cf519 /win | |
parent | 1c058969f08127a16e91339f83fc824493ac28cb (diff) | |
parent | 166fb42c36ba616d9698b30dee6731e6b9edb625 (diff) | |
download | tcl-08a0a8c4a05e9a2915604e90ec54b27426677f9b.zip tcl-08a0a8c4a05e9a2915604e90ec54b27426677f9b.tar.gz tcl-08a0a8c4a05e9a2915604e90ec54b27426677f9b.tar.bz2 |
[74e073599e5e7c5eb535e2f60f1b06feb468eaae|74e073599e]: tclsh is using old style dialogs when Tk is loaded on Windows
Diffstat (limited to 'win')
-rw-r--r-- | win/tclsh.exe.manifest.in | 18 |
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> |