[NTUSER][USER32] Make NtUserBuildHwndList exclusive (#4485)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Wed, 4 May 2022 23:49:00 +0000 (08:49 +0900)
committerGitHub <noreply@github.com>
Wed, 4 May 2022 23:49:00 +0000 (08:49 +0900)
commitc2a51c7249804ab0f17367a0a9cce3f6387d8238
tree75efdd1a9ce97cb3371db0de273ef6af2c2fceb6
parentbbc9a877cc34d1538f2c7bdb8c0fcd4d805f4ebf
[NTUSER][USER32] Make NtUserBuildHwndList exclusive (#4485)

- Modify prototype of NtUserBuildHwndList function.
- Wrap the code by UserEnterExclusive(); and UserLeave();.
CORE-18173
win32ss/include/ntuser.h
win32ss/user/ntuser/window.c
win32ss/user/user32/windows/mdi.c
win32ss/user/user32/windows/window.c