The msvcrt/ removal patch allows for a simpler fix to the crtdll problem. I don't include a ChangeLog because if you like this one, you should commit it together with the msvcrt/ removal patch, as it's part of the same logical unit of work. Index: dlls/crtdll/crtdll_main.c =================================================================== RCS file: /var/cvs/wine/dlls/crtdll/crtdll_main.c,v retrieving revision 1.48 diff -u -r1.48 crtdll_main.c --- dlls/crtdll/crtdll_main.c 4 Nov 2002 23:53:46 -0000 1.48 +++ dlls/crtdll/crtdll_main.c 13 Dec 2002 07:23:39 -0000 @@ -22,6 +22,7 @@ #include "windef.h" #include "winbase.h" #define USE_MSVCRT_PREFIX +#include "msvcrt/sys/types.h" #include "msvcrt/sys/stat.h" #include "wine/debug.h" -- Dimi.