History log of /reactos/win32ss/user/rtl/image.c (Results 1 – 1 of 1)
Revision Date Author Comments
# 6c74e69d 08-Jul-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[NTUSER][USER32] Populate dwExpWinVer (#7095)

This value is needed for
SetWindowPlacement and IMM.
JIRA issue: CORE-19675
JIRA issue: CORE-19268
- Add RtlGetExpWinVer function
into win32ss/us

[NTUSER][USER32] Populate dwExpWinVer (#7095)

This value is needed for
SetWindowPlacement and IMM.
JIRA issue: CORE-19675
JIRA issue: CORE-19268
- Add RtlGetExpWinVer function
into win32ss/user/rtl/image.c.
- Add RtlGetExpWinVer prototype
into win32ss/include/ntuser.h.
- Delete RtlGetExpWinVer
definition in
win32ss/user/user32/windows/window.c.
- Populate THREADINFO.dwExpWinVer
and CLIENTINFO.dwExpWinVer
by using RtlGetExpWinVer in
InitThreadCallback function.

show more ...