[Wine] override with native, builtin

L. Rahyen research at science.su
Tue Mar 11 21:04:06 CDT 2008


On Wednesday March 12 2008 01:38:24 bill lam wrote:
> I would like to know if there is any difference between [native] and
> [native,builtin]?

	[native] means if there is no native library in the path and an application 
you trying to launch need it - it will just fail. [native,builtin] means if 
there is no native library in the path try to use builtin one.
	The default is [builtin, native] for all dlls - that is, first try to load 
builtin dll and if this fails try to load native one.



More information about the wine-users mailing list