[PATCH] Implement GetShellSecurityDescriptor and test for it

Andrey Turkin aturkin at mera.ru
Mon Nov 6 01:57:38 CST 2006


Hi,

This patch adds implementation of GetShellSecurityDescriptor function 
and several test cases for it. The patch also adds 2 structures 
definitions to include/shlwapi.h. According to MSDN, one of these 
structures should be placed into include/shlobj.h, but I think it is bad 
idea to include shlobj.h from shlwapi.h (at least at the moment).

ChangeLog:
Implement GetShellSecurityDescriptor and test for it

---
  dlls/shlwapi/ordinal.c       |  133 
++++++++++++++++++++++++++++++++++++++++++
  dlls/shlwapi/shlwapi.spec    |    2 -
  dlls/shlwapi/tests/ordinal.c |   92 +++++++++++++++++++++++++++++
  include/shlwapi.h            |   17 +++++
  4 files changed, 243 insertions(+), 1 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: c122d4a97cc6336c1a7a44a2ce3f353db988ccc1.diff
Type: text/x-patch
Size: 11250 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20061106/74a54fe3/c122d4a97cc6336c1a7a44a2ce3f353db988ccc1-0001.bin


More information about the wine-patches mailing list