gdiplus: Void function should not return a value.
This commit is contained in:
parent
08c78e07a9
commit
88b84820ab
|
@ -109,7 +109,7 @@ GpStatus WINAPI GdiplusNotificationHook(ULONG_PTR *token)
|
|||
void WINAPI GdiplusNotificationUnhook(ULONG_PTR token)
|
||||
{
|
||||
FIXME("%ld\n", token);
|
||||
return NotificationUnhook(token);
|
||||
NotificationUnhook(token);
|
||||
}
|
||||
|
||||
/*****************************************************
|
||||
|
|
Loading…
Reference in New Issue