Module: wine Branch: master Commit: fe0924625fc138d84dccb056f86f46ce23c346d9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fe0924625fc138d84dccb056f8...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jan 29 14:57:04 2016 +0900
ntdll: Add a helper to validate attributes in open calls, and use a common pattern in all calls.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/ntdll_misc.h | 1 + dlls/ntdll/om.c | 65 +++++++++--------------- dlls/ntdll/reg.c | 2 + dlls/ntdll/sync.c | 132 ++++++++++++++++++++++++++---------------------- dlls/ntdll/tests/om.c | 21 -------- dlls/ntdll/virtual.c | 13 ++--- include/winternl.h | 8 +-- 7 files changed, 110 insertions(+), 132 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=fe0924625fc138d84dccb0...