April 6, 2026
10:49 a.m.
Alfred Agrell (@Alcaro) commented about dlls/ntdll/tests/port.c:
pNtReplyPort = (void *)GetProcAddress(hntdll, "NtReplyPort"); pNtReplyWaitReceivePort = (void *)GetProcAddress(hntdll, "NtReplyWaitReceivePort"); pNtCreatePort = (void *)GetProcAddress(hntdll, "NtCreatePort"); + pNtCreatePort = (void *)GetProcAddress(hntdll, "pNtCreateWaitablePort");
You're assigning to wrong variable. And passing wrong string. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10571#note_135101