http://bugs.winehq.org/show_bug.cgi?id=6796
------- Additional Comments From andreasplesch@netscape.net 2006-28-11 13:15 ------- Created an attachment (id=4215) --> (http://bugs.winehq.org/attachment.cgi?id=4215&action=view) +loaddll output with native msvcrt.dll
Perhaps interestingly, the log shows thar msvcrt seems to be loaded twice, once the native and once the builtin dll. This occurs with msvcrt="native" in winecfg.
andreas@fels ~/.wine/drive_c/windows/temp $ grep -i msvcrt dll.out trace:loaddll:load_native_dll Loaded module L"C:\windows\system32\MSVCRT.dll" : native trace:loaddll:load_builtin_dll Loaded module L"c:\windows\system32\msvcrt.dll" : builtin