mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Change GetTransform stub to use the standard FIXME rather than ERR.
This commit is contained in:
parent
446368333c
commit
8e9267e267
@ -1033,7 +1033,7 @@ BOOL WINAPI GetWorldTransform( HDC hdc, LPXFORM xform )
|
||||
BOOL WINAPI GetTransform( HDC hdc, DWORD unknown, LPXFORM xform )
|
||||
{
|
||||
if (unknown == 0x0203) return GetWorldTransform( hdc, xform );
|
||||
ERR("stub: don't know what to do for code %lx\n", unknown );
|
||||
FIXME("stub: don't know what to do for code %lx\n", unknown );
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user