wine.conf should not overrule content of burned in data in

loadorder.c.
This commit is contained in:
Eric Pouech 1999-04-25 12:23:26 +00:00 committed by Alexandre Julliard
parent d096d773f2
commit 658191ee00

View file

@ -427,7 +427,7 @@ BOOL MODULE_InitLoadOrder(void)
TRACE(module, "Key '%s' uses override '%s'\n", key, value);
if(!AddLoadOrderSet(key, value, FALSE))
if(!AddLoadOrderSet(key, value, TRUE))
return FALSE;
}
}