15 Mar
2024
15 Mar
'24
2:25 p.m.
Vijay Kiran Kamuju <wine(a)gitlab.winehq.org> wrote:
+int WINAPI LogSqmIncrement(DWORD unk1, DWORD unk2) +{ + FIXME("stub: %ld %ld\n", unk1, unk2); + return 0; +}
Did you try to verify that unknown parameters are not pointers? Also, it's more helpful to print unknown parameters as hex in order to easier recognize them in a relay trace. -- Dmitry.