http://bugs.winehq.org/show_bug.cgi?id=7690
juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #5355 is|0 |1 obsolete| |
------- Additional Comments From juan_lang@yahoo.com 2007-14-03 14:06 ------- It must be failing because the SD isn't self-relative. The stub for RegGetKeySecurity needs to set that flag, I guess. I've tried to hack it, but I can't seem to get the type of PSECURITY_DESCRIPTOR to be anything but PVOID due to the definition in winnt.h - any idea?
------- Additional Comments From juan_lang@yahoo.com 2007-14-03 14:12 ------- A further thought on RegGetKeySecurity - perhaps it should be calling NtQuerySecurityObject instead.
------- Additional Comments From juan_lang@yahoo.com 2007-14-03 17:03 ------- Created an attachment (id=5355) --> (http://bugs.winehq.org/attachment.cgi?id=5355&action=view) Proposed patch
Does this patch fix it for you?
------- Additional Comments From juan_lang@yahoo.com 2007-16-03 13:50 ------- Created an attachment (id=5389) --> (http://bugs.winehq.org/attachment.cgi?id=5389&action=view) Resynced patch
Resynced with origin. Does this fix it for you?