mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 18:32:49 +08:00
- Add IntReAllocatePoolWithTag function in window.c. - Define WINDOWLIST structure in "window.h". - Add IntBuildHwndList and IntFreeHwndList helper functions in window.c. - Add IntAssociateInputContext and IntAssociateInputContextEx helper functions in ime.c. - Implement NtUserAssociateInputContext function. CORE-11700