17 Mar
2023
17 Mar
'23
3:21 p.m.
Jacek Caban (@jacek) commented about dlls/win32u/imm.c:
*/ NTSTATUS WINAPI NtUserBuildHimcList( UINT thread_id, UINT count, HIMC *buffer, UINT *size ) { + HANDLE handle = 0; + struct imc *imc; + FIXME( "thread_id %#x, count %u, buffer %p, size %p stub!\n", thread_id, count, buffer, size ); I guess it should be TRACE now.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2422#note_27184