Fixed compiler warnings.

This commit is contained in:
Huw D M Davies 1999-09-04 14:25:02 +00:00 committed by Alexandre Julliard
parent 65e26bf205
commit fc348622ed
1 changed files with 1 additions and 1 deletions

View File

@ -2580,7 +2580,7 @@ INT WINAPI GetRandomRgn(HDC hDC, HRGN hRgn, DWORD dwCode)
{
DC *dc;
FIXME("(0x%lx 0x%lx 0x%lx): empty stub!\n",
FIXME("(%08x %08x %lx): empty stub!\n",
hDC, hRgn, dwCode);
switch (dwCode)