https://bugs.winehq.org/show_bug.cgi?id=52352
Bartosz gang65@poczta.onet.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gang65@poczta.onet.pl
--- Comment #5 from Bartosz gang65@poczta.onet.pl --- @Ben Shefte How did you found that the function name is:
stdcall LogSqmIncrement
and it looks like: /*********************************************************************** * LogSqmIncrement * Undocumented */ DWORD WINAPI LogSqmIncrement(DWORD unknown1, DWORD unknown2 ) { FIXME("variable 1: %x; variable 2: %x: stub\n", unknown1, unknown2); return 1; }