Alexandre Julliard : kernel32: Move wait functions to kernelbase.

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


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jul  1 17:44:38 2019 +0200

kernel32: Move wait functions to kernelbase.

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

---

 dlls/kernel32/kernel32.spec     |  18 ++---
 dlls/kernel32/kernel_private.h  |   5 --
 dlls/kernel32/process.c         |   2 +
 dlls/kernel32/sync.c            | 145 +------------------------------------
 dlls/kernelbase/kernelbase.h    |   5 ++
 dlls/kernelbase/kernelbase.spec |  18 ++---
 dlls/kernelbase/sync.c          | 157 ++++++++++++++++++++++++++++++++++++++++
 include/wincon.h                |   9 ++-
 8 files changed, 191 insertions(+), 168 deletions(-)

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



More information about the wine-cvs mailing list