[KERNEL32] _dump_context(): Fix ARM case (#8185) Match DbgPrint() parameters. Addendum to commit 369786f126 (r67736). [DH] dll/win32/kernel32/client/except.c
[EXPLORER] Fix Taskbar context menu Z-order bug (#8186) Taskbar task button context menu was wrongly overlapped by Taskbar. #8105 introduced this bug. JIRA issue: CORE-20260 - Don't bring the taskbar to top on no rude app. - Check the target window by FindTaskItem in OnWindowActivated and OnWindowDestroyed. [DH] base/shell/explorer/taskswnd.cpp
[NTOS:IO] NtPlugPlayControl.PlugPlayControlUnlockDevice is not implemented It was probably used in previous versions of Windows NT. [DH] ntoskrnl/io/pnpmgr/plugplay.c
[SYSTEMINFO] Do some code lift-up; use Conutils lib to be able to display localized unicode strings In particular: - unhardcode buffer sizes and API flags; - add our standard file header in the .c file (I haven't done it for the other files); - merge systeminfo.rc and rsrc.rc together. [DH] modules/rosapps/applications/sysutils/systeminfo/CMakeLists.txt [DH] modules/rosapps/applications/sysutils/systeminfo/rsrc.rc [DH] modules/rosapps/applications/sysutils/systeminfo/systeminfo.c […]
[NTOS:IO] Implement NtPlugPlayControl.PlugPlayControlDeviceClassAssociation The unregistration part is not implemented yet. [DH] ntoskrnl/io/pnpmgr/plugplay.c