msvcrt: Enable multi-thread locking by default.
commit6482ce7666a5f8beb92879af5ae3fde3782627d7
authorAlexandre Julliard <julliard@winehq.org>
Thu, 19 Nov 2020 10:33:51 +0000 (19 11:33 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 19 Nov 2020 20:23:21 +0000 (19 21:23 +0100)
tree6e62a3e00357034b87874fa0c64f7083d5accac7
parent66618e6293dc10e9069ed832bfe6c567343eaa6a
msvcrt: Enable multi-thread locking by default.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
19 files changed:
dlls/crtdll/Makefile.in
dlls/msvcr100/Makefile.in
dlls/msvcr110/Makefile.in
dlls/msvcr120/Makefile.in
dlls/msvcr70/Makefile.in
dlls/msvcr71/Makefile.in
dlls/msvcr80/Makefile.in
dlls/msvcr90/Makefile.in
dlls/msvcrt/Makefile.in
dlls/msvcrt/console.c
dlls/msvcrt/exit.c
dlls/msvcrt/heap.c
dlls/msvcrt/locale.c
dlls/msvcrt/mtdll.h
dlls/msvcrt/onexit.c
dlls/msvcrt/process.c
dlls/msvcrt/time.c
dlls/msvcrtd/Makefile.in
dlls/ucrtbase/Makefile.in