Hi, this patch adds the _lock and _unlock functions to msvcrt. Additionally it fixes flag handling for _sopen and some vararg stuff in msvcrt. ChangeLog: * 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
Attachment:
diff
Description: application/unknown