"Mikolaj Zalewski" mikolajz@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.