Commit 7175d885 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

win32u: Initialize sysparams before winstation.

parent a2fdae65
......@@ -249,8 +249,8 @@ DLGPROC get_dialog_proc( DLGPROC ret, BOOL ansi )
static void init_user(void)
{
gdi_init();
winstation_init();
sysparams_init();
winstation_init();
register_desktop_class();
}
......
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