Commit 63e82945 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

gdiplus: Return some token value on startup.

parent 64de2719
......@@ -93,6 +93,8 @@ Status WINAPI GdiplusStartup(ULONG_PTR *token, const struct GdiplusStartupInput
output->NotificationUnhook = NotificationUnhook;
}
*token = 0xdeadbeef;
/* FIXME: DebugEventCallback ignored */
return Ok;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment