Vijay Kiran Kamuju wine@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.