Jacek Caban (@jacek) commented about dlls/win32u/ntuser_private.h:
return win_set_flags( hwnd, 0, 0 );
}
-WND *get_win_ptr( HWND hwnd ); +WND *get_win_ptr( HWND hwnd, UINT tid );
That does not look like an improvement to me. Could we just use `is_current_thread_window` in `NtUserAssociateInputContext`?