Add _lock,_unlock and header file for them.
authorPeter Hunnisett <peter@transgaming.com>
Thu, 21 Feb 2002 20:22:00 +0000 (20:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Feb 2002 20:22:00 +0000 (20:22 +0000)
commitd1a79ea2eb4835344318c0ed09e978f1759a4f43
tree873af69181cab390d381b9b0758a652c45c83bdf
parent22ad2d22b6d89bf5e978b1a3e01e20ecd7370410
Add _lock,_unlock and header file for them.
Convert all msvcrt locks over to use _lock and _unlock.
Explicitly make msvcrt compile with multithreaded option.
Fix flag handling in _sopen. Add W->A call for new _swopen.
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/lock.c [new file with mode: 0644]
dlls/msvcrt/main.c
dlls/msvcrt/msvcrt.h
dlls/msvcrt/msvcrt.spec
dlls/msvcrt/mtdll.h [new file with mode: 0644]