gdiplus: Return some token value on startup.
This commit is contained in:
parent
64de271939
commit
63e8294593
|
@ -93,6 +93,8 @@ Status WINAPI GdiplusStartup(ULONG_PTR *token, const struct GdiplusStartupInput
|
|||
output->NotificationUnhook = NotificationUnhook;
|
||||
}
|
||||
|
||||
*token = 0xdeadbeef;
|
||||
|
||||
/* FIXME: DebugEventCallback ignored */
|
||||
|
||||
return Ok;
|
||||
|
|
Loading…
Reference in New Issue