mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
wine.conf should not overrule content of burned in data in
loadorder.c.
This commit is contained in:
parent
d096d773f2
commit
658191ee00
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user