Module: wine Branch: refs/heads/master Commit: ae8b835d8517c5b7b28fd0b1204fd181f7f74019 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ae8b835d8517c5b7b28fd0b1...
Author: Thomas Weidenmueller wine-patches@reactsoft.com Date: Sun Mar 26 13:39:58 2006 +0200
advapi32: Fixed building TRUSTEEs with objects.
Fill the TRUSTEE structure properly in BuildTrusteeWithObjectsAndName and BuildTrusteeWithObjectsAndSid, including regression tests.
---
dlls/advapi32/security.c | 104 +++++++++++++++++++++++++++++- dlls/advapi32/tests/security.c | 137 ++++++++++++++++++++++++++++++++++++++-- include/winnt.h | 3 + 3 files changed, 234 insertions(+), 10 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=ae8b835d8517c5b7b28f...