History log of /reactos/win32ss/user/user32_vista/user32_vista.rc (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.16-dev, 0.4.15, 0.4.14-release
# 6756c2ad 14-Jun-2020 Serge Gautherie <reactos-git_serge_171003@gautherie.fr>

[*_VISTA] Add/Improve version resources


# ad73e174 04-Jun-2024 Carl J. Bialorucki <cbialo2@outlook.com>

[USER32] Introduce user32_vista and stubplement GetDpiForWindow() (#6208)

Add user32_vista.dll to introduce new NT6+ User32 features without changing the existing User32.dll when compiled as NT5.x.

[USER32] Introduce user32_vista and stubplement GetDpiForWindow() (#6208)

Add user32_vista.dll to introduce new NT6+ User32 features without changing the existing User32.dll when compiled as NT5.x. Also implements a stub for GetDpiForWindow(). The GetDpiForWindow() function will be required to Wine-sync common controls to modern Wine versions.

Changes:
Expose GetDpiForWindow() function and USER_DEFAULT_SCREEN_DPI to appropriate versions in winuser.h
Introduce a basic user32_vista library that can be expanded as needed.

show more ...