Module: wine Branch: master Commit: bc28ed4c6c626f918f1b6f92e7e44f9694b12c10 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bc28ed4c6c626f918f1b6f92e...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 27 19:28:32 2019 +0200
kernel32: Move named pipe functions to kernelbase.
Signed-off-by: Alexandre Julliard julliard@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=bc28ed4c6c626f918f1b6...