[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.
This commit is contained in:
Katayama Hirofumi MZ 2024-07-09 04:22:14 +09:00 committed by GitHub
parent a9bdd62d84
commit 6c74e69d12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 58 additions and 29 deletions

View file

@ -3628,6 +3628,9 @@ NtUserSetScrollBarInfo(
LONG idObject,
SETSCROLLBARINFO *info);
ULONG
RtlGetExpWinVer(_In_ PVOID BaseAddress);
#endif /* __WIN32K_NTUSER_H */
/* EOF */