Commit c07d50c3 authored by Alexandre Julliard's avatar Alexandre Julliard

winevdm: Don't claim that 16-bit apps are DPI aware.

parent 7710e37c
......@@ -3,7 +3,7 @@
<assemblyIdentity type="win32" name="Wine.Winevdm" version="0.0.0.0"/>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</dpiAware>
</windowsSettings>
</application>
</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