gdiplus: Void function should not return a value.

This commit is contained in:
Andrew Talbot 2008-11-26 20:37:32 +00:00 committed by Alexandre Julliard
parent 08c78e07a9
commit 88b84820ab
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/*****************************************************