mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[GDI32_APITEST]
Fix GCC build svn path=/trunk/; revision=66260
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user