Module: wine Branch: master Commit: c52e3ff24999ab93d837bc6af21152e647ef540a URL: https://source.winehq.org/git/wine.git/?a=commit;h=c52e3ff24999ab93d837bc6af...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Mar 2 10:51:31 2018 +0100
kernel32: Move the mapping object functions to sync.c.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/kernel_private.h | 3 - dlls/kernel32/sync.c | 141 +++++++++++++++++++++++++++++- dlls/kernel32/virtual.c | 190 ----------------------------------------- 3 files changed, 140 insertions(+), 194 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c52e3ff24999ab93d837b...