mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +00:00
- 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:
parent
995710a412
commit
e05f6c1a3e
2 changed files with 607 additions and 566 deletions
File diff suppressed because it is too large
Load diff
|
@ -193,6 +193,8 @@ reactos/lib/uuid # Synced to Wine-20080114
|
||||||
|
|
||||||
advapi32 -
|
advapi32 -
|
||||||
reactos/dll/win32/advapi32/crypt/*.c # ekohl says we're not sharing this
|
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 -
|
gdi32 -
|
||||||
reactos/dll/win32/gdi32/objects/linedda.c # Synched at 20090410
|
reactos/dll/win32/gdi32/objects/linedda.c # Synched at 20090410
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue