user32: Change IsProcessDPIAware() to always return TRUE.
commitee3f060262d85d0ed523beea1c20ae31f4747dd6
authorHuw Davies <huw@codeweavers.com>
Tue, 2 May 2017 15:12:39 +0000 (2 16:12 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 May 2017 15:51:34 +0000 (2 17:51 +0200)
tree550c08fba362b6cb342b3e41a81da6afa79583dc
parent3d47809acad82b253b7d43d034e04cb9ed4add82
user32: Change IsProcessDPIAware() to always return TRUE.

This mimics Windows' behaviour when the 'Use Windows XP style DPI
scaling' box is ticked.  Since we don't have a DPI scaler, this makes
most sense.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/sysparams.c
dlls/user32/tests/sysparams.c