"Peter Hunnisett" peter@transgaming.com writes:
- dlls/msvcrt/Makefile.in, dlls/msvcrt/console.c, dlls/msvcrt/exit.c,
dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c, dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec, [new]dlls/msvcrt/lock.c, include/Makefile.in, [new]include/msvcrt/mtdll.h Peter Hunnisett peter@transgaming.com Add _lock,_unlock and header file for them. Convert all msvcrt locks over to use _lock and _unlock Explictly make msvcrt compile with multithreaded option Fix flag handling in _sopen. Add W->A call for new _swopen
Isn't mtdll.h supposed to be an internal header? If so, it should be in dlls/msvcrt, not in include/msvcrt.