[GDI32_APITEST]

Fix GCC build

svn path=/trunk/; revision=66260
This commit is contained in:
Timo Kreuzer 2015-02-14 13:24:54 +00:00
parent dd25b0e4c0
commit 35862dad78

View file

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