mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
ad73e17418
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.
5 lines
230 B
Text
5 lines
230 B
Text
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "User32 Extensions DLL"
|
|
#define REACTOS_STR_INTERNAL_NAME "user32_vista"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "user32_vista.dll"
|
|
#include <reactos/version.rc>
|