win32u: Initialize sysparams before winstation.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55843
This commit is contained in:
Rémi Bernon 2023-11-27 19:05:38 +01:00 committed by Alexandre Julliard
parent a2fdae65a1
commit 7175d8855a

View file

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