Alexandre Julliard : msvcrt: Enable multi-thread locking by default.

Alexandre Julliard julliard at winehq.org
Thu Nov 19 16:10:22 CST 2020


Module: wine
Branch: master
Commit: 6482ce7666a5f8beb92879af5ae3fde3782627d7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6482ce7666a5f8beb92879af5ae3fde3782627d7

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Nov 19 11:33:51 2020 +0100

msvcrt: Enable multi-thread locking by default.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/crtdll/Makefile.in   |  2 +-
 dlls/msvcr100/Makefile.in |  2 +-
 dlls/msvcr110/Makefile.in |  2 +-
 dlls/msvcr120/Makefile.in |  2 +-
 dlls/msvcr70/Makefile.in  |  2 +-
 dlls/msvcr71/Makefile.in  |  2 +-
 dlls/msvcr80/Makefile.in  |  2 +-
 dlls/msvcr90/Makefile.in  |  2 +-
 dlls/msvcrt/Makefile.in   |  2 +-
 dlls/msvcrt/console.c     |  4 ++--
 dlls/msvcrt/exit.c        |  4 ++--
 dlls/msvcrt/heap.c        |  4 ++--
 dlls/msvcrt/locale.c      |  4 ++--
 dlls/msvcrt/mtdll.h       | 13 -------------
 dlls/msvcrt/onexit.c      | 14 +++++++-------
 dlls/msvcrt/process.c     | 12 ++++++------
 dlls/msvcrt/time.c        |  8 ++++----
 dlls/msvcrtd/Makefile.in  |  2 +-
 dlls/ucrtbase/Makefile.in |  2 +-
 19 files changed, 36 insertions(+), 49 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=6482ce7666a5f8beb92879af5ae3fde3782627d7



More information about the wine-cvs mailing list