Module: wine Branch: master Commit: 3198fb0c1c3779882944659d52a676319ffcc68d URL: http://source.winehq.org/git/wine.git/?a=commit;h=3198fb0c1c3779882944659d52...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jan 15 17:40:56 2016 +0900
ntdll: Add a helper function to allocate the full object_attributes structure.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/file.c | 33 +++---- dlls/ntdll/ntdll_misc.h | 7 +- dlls/ntdll/sync.c | 237 +++++++++++++++++++----------------------------- dlls/ntdll/virtual.c | 24 +---- 4 files changed, 113 insertions(+), 188 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3198fb0c1c377988294465...