gdiplus: Return some token value on startup.

This commit is contained in:
Nikolay Sivov 2008-11-13 16:00:12 +03:00 committed by Alexandre Julliard
parent 64de271939
commit 63e8294593
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ Status WINAPI GdiplusStartup(ULONG_PTR *token, const struct GdiplusStartupInput
output->NotificationUnhook = NotificationUnhook;
}
*token = 0xdeadbeef;
/* FIXME: DebugEventCallback ignored */
return Ok;