Alexandre Julliard : kernel32: Move named pipe functions to kernelbase.

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


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 27 19:28:32 2019 +0200

kernel32: Move named pipe functions to kernelbase.

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

---

 dlls/kernel32/kernel32.spec     |  18 +-
 dlls/kernel32/sync.c            | 439 ----------------------------------------
 dlls/kernelbase/kernelbase.spec |  18 +-
 dlls/kernelbase/sync.c          | 360 ++++++++++++++++++++++++++++++++
 4 files changed, 378 insertions(+), 457 deletions(-)

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



More information about the wine-cvs mailing list