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

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zhiyi Zhang 2021-09-08 10:25:07 +08:00 committed by Alexandre Julliard
parent 757be27481
commit dacf456ca6
1 changed files with 5 additions and 0 deletions

View File

@ -13,4 +13,9 @@
/>
</dependentAssembly>
</dependency>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>
</assembly>