Commit 517eccd0 authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

msinfo32: Add system DPI awareness settings to the application manifest.

parent aa3f2ccd
...@@ -13,4 +13,9 @@ ...@@ -13,4 +13,9 @@
/> />
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>
</assembly> </assembly>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment