Alexandre Julliard : kernel32: Move mutex functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Mon Jul 1 15:15:15 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 27 16:05:17 2019 +0200

kernel32: Move mutex functions to kernelbase.

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

---

 dlls/kernel32/kernel32.spec     |  12 ++---
 dlls/kernel32/sync.c            |  99 ---------------------------------------
 dlls/kernelbase/kernelbase.spec |  12 ++---
 dlls/kernelbase/sync.c          | 100 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 112 insertions(+), 111 deletions(-)

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



More information about the wine-cvs mailing list