Module: wine Branch: master Commit: 84bed157e82a8c49d200645bcc780f0f83c93016 URL: https://source.winehq.org/git/wine.git/?a=commit;h=84bed157e82a8c49d200645bc...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Jun 6 22:52:39 2022 +0200
win32u: Use public name for SetThreadDpiAwarenessContext.
To allow using it in drivers.
Signed-off-by: Jacek Caban jacek@codeweavers.com
---
dlls/win32u/dce.c | 16 ++++++++-------- dlls/win32u/message.c | 6 +++--- dlls/win32u/sysparams.c | 6 ++++-- dlls/win32u/win32u_private.h | 1 - dlls/win32u/window.c | 28 ++++++++++++++-------------- 5 files changed, 29 insertions(+), 28 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=84bed157e82a8c49d2006...