Alexandre Julliard : ntdll: Add a helper to validate attributes in open calls, and use a common pattern in all calls.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jan 29 09:10:07 CST 2016


Module: wine
Branch: master
Commit: fe0924625fc138d84dccb056f86f46ce23c346d9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fe0924625fc138d84dccb056f86f46ce23c346d9

Author: Alexandre Julliard <julliard at 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 at 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=fe0924625fc138d84dccb056f86f46ce23c346d9



More information about the wine-cvs mailing list