mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[GDI32_APITEST]
Fix GCC build svn path=/trunk/; revision=66260
This commit is contained in:
parent
dd25b0e4c0
commit
35862dad78
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ CheckBitmapBitsWithLine(
|
|||
{
|
||||
i = y * cx + x;
|
||||
ok(GetPixel(hdc, x, y) == pcrColors[pjBits[i]],
|
||||
"Wrong pixel at (%u,%u): expected 0x%08x, got 0x%08x\n",
|
||||
"Wrong pixel at (%u,%u): expected 0x%08lx, got 0x%08lx\n",
|
||||
x, y, pcrColors[pjBits[i]], GetPixel(hdc, x, y));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue