commit | b9aba9146020c2f415ab85501e475dfb8b43aaba | [log] [tgz] |
---|---|---|
author | Jon Griffiths <jon_p_griffiths@yahoo.com> | Tue Nov 30 17:23:37 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 30 17:23:37 2004 +0000 |
tree | 6d3c5e99896be9bc023741a3af2673e747f8ef7f | |
parent | d7e56cffd09102530bc86c2a0c7b8fe022e5755f [diff] [blame] |
Use a FIXME style that will actually compile.
diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS index 4bfc67d..651dc07 100644 --- a/DEVELOPERS-HINTS +++ b/DEVELOPERS-HINTS
@@ -307,7 +307,7 @@ BOOL WINAPI PolyBezierTo(HDC hdc, LPCVOID p, DWORD count) { /* 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, * if they know what happened