mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
[GDI32_APITEST]
Fix gcc build svn path=/trunk/; revision=56493
This commit is contained in:
parent
f0771d26df
commit
6c68899cf1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ void Test_Set(ULONG ulLine, HDC hdc, INT x, INT y, LPPOINT ppt, BOOL bExp, DWORD
|
|||
}
|
||||
_SEH2_END;
|
||||
|
||||
ok(bResult == bExp, "line %ld: Wrong result, expected %ld, got %ld\n",
|
||||
ok(bResult == bExp, "line %ld: Wrong result, expected %d, got %d\n",
|
||||
ulLine, bExp, bResult);
|
||||
ok(GetLastError() == dwErrExp,"line %ld: Wrong error, expected %lx, got %lx\n",
|
||||
ulLine, dwErrExp, GetLastError());
|
||||
|
|
Loading…
Reference in a new issue