- Replace ConvertStringSecurityDescriptorToSecurityDescriptorW with the more advanced wine version, fixes a memory corruption advapi32 security winetest caused and the correspondent user mode crash (requested by Christoph_vW)

- Update and move helper functions, remove unreferenced functions
- Update readme.wine for advapi32 security files (we use a different structure and only parts of wine's implementation)

svn path=/trunk/; revision=40501
This commit is contained in:
Gregor Schneider 2009-04-14 15:36:39 +00:00
parent 995710a412
commit e05f6c1a3e
2 changed files with 607 additions and 566 deletions

File diff suppressed because it is too large Load diff

View file

@ -193,6 +193,8 @@ reactos/lib/uuid # Synced to Wine-20080114
advapi32 -
reactos/dll/win32/advapi32/crypt/*.c # ekohl says we're not sharing this
reactos/dll/win32/advapi32/sec/cred.c # Out of Sync
reactos/dll/win32/advapi32/sec/sid.c # Out of Sync
gdi32 -
reactos/dll/win32/gdi32/objects/linedda.c # Synched at 20090410