mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
winmm/tests: Use '%u' to print GetLastError().
This commit is contained in:
parent
42c4114401
commit
6834945ece
@ -167,7 +167,7 @@ static void CALLBACK priorityTimeProc(UINT uID, UINT uMsg, DWORD_PTR dwUser,
|
||||
DWORD_PTR dw1, DWORD_PTR dw2)
|
||||
{
|
||||
priority = GetThreadPriority(GetCurrentThread());
|
||||
ok(priority!=THREAD_PRIORITY_ERROR_RETURN, "GetThreadPriority() failed, GetLastError() = %08x\n", GetLastError());
|
||||
ok(priority!=THREAD_PRIORITY_ERROR_RETURN, "GetThreadPriority() failed, GetLastError() = %u\n", GetLastError());
|
||||
fired = TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user