* On Sun, 9 Apr 2006, James Hawkins wrote:
- On 4/9/06, Dimi Paun wrote:
Hasn't Alexandre added something recently that creates some fake DLLs with proper version info in them?
To make sure a fake dll is created in the system directory, add the dll name to tools/wine.inf under the FakeDllsSection section. I guess we should add ddraw.dll to that list.
It already is there (if Dimi uses up-to-date Wine):
$ F=~/.wine/drive_c/windows/system32/ddraw.dll; ll $F; file $F
-rw-rw-r-- 1 s2 s2 2468 Apr 9 13:31 /home/s2/.wine/drive_c/windows/system32/ddraw.dll /home/s2/.wine/drive_c/windows/system32/ddraw.dll: PE executable for MS Windows (DLL) (unknown subsystem) Intel 80386
This sounds to me like a case related to a case-insensitivity handling.