Module: wine Branch: master Commit: 60e6331520bf0a99c41d607f211c5470ddc4dcc1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=60e6331520bf0a99c41d607f2...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jan 30 14:16:23 2018 +0100
ntdll: Move file mapping functionality to a helper function.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/ntdll_misc.h | 3 + dlls/ntdll/virtual.c | 326 +++++++++++++++++++++++++----------------------- 2 files changed, 175 insertions(+), 154 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=60e6331520bf0a99c41d6...