Use a FIXME style that will actually compile.
This commit is contained in:
parent
d7e56cffd0
commit
b9aba91460
|
@ -307,7 +307,7 @@ into a stub:
|
||||||
BOOL WINAPI PolyBezierTo(HDC hdc, LPCVOID p, DWORD count)
|
BOOL WINAPI PolyBezierTo(HDC hdc, LPCVOID p, DWORD count)
|
||||||
{
|
{
|
||||||
/* tell the user they've got a substandard implementation */
|
/* tell the user they've got a substandard implementation */
|
||||||
FIXME(gdi, ":(%x,%p,%d): stub\n", hdc, p, count);
|
FIXME("(%x,%p,%d): stub\n", hdc, p, count);
|
||||||
|
|
||||||
/* some programs may be able to compensate,
|
/* some programs may be able to compensate,
|
||||||
* if they know what happened
|
* if they know what happened
|
||||||
|
|
Loading…
Reference in New Issue