Commit 658191ee authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

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

loadorder.c.
parent d096d773
......@@ -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;
}
}
......
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