[GDI32_APITEST]

Fix gcc build

svn path=/trunk/; revision=56493
This commit is contained in:
Timo Kreuzer 2012-05-04 12:10:15 +00:00
parent f0771d26df
commit 6c68899cf1

View file

@ -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());