wine.inf[1/2]: remove non-existing modules from the fake dlls list

Alexandre Julliard julliard at winehq.org
Wed Oct 3 03:06:46 CDT 2007


"Mikolaj Zalewski" <mikolajz at google.com> writes:

> ddhelp.exe is on the list of fake dlls even if I couldn't find any
> reference to building such a file in Wine sources. The created fake
> DLL couldn't be loaded with LoadLibrary (however what's interesting it
> could be loaded with LoadLibraryEx(..., LOAD_AS_DATAFILE)) what upset
> the GeoInfo installer. I've found that dsound.vxd also isn't
> (anymore?) built in Wine. These two files are on the list by mistake?

No, they are here because an app needs them. It's not always necessary
to have a corresponding builtin, if the app doesn't try to actually
load the dll a fake is enough.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list