On Thu, 7 Jul 2005 13:26:11 -0500, you wrote:
ChangeSet ID: 18748 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/07 13:26:11
Modified files: dlls/ntdll : loadorder.c
Log message: Use the same defaults for modules with and without an explicit path.
Girotel uses a 32 bit comm.dll located in the programs directory, which is also the current directory. After this change I need to add an dll override to load the program's comm.dll and not attempt the built-in comm.drv, which of course is not needed in Windows.
Is this a regression or an intentional change in behavior?
Rein.