mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[ADVAPI32]
* Move cred.c to the wine folder. CORE-8540 svn path=/trunk/; revision=64956
This commit is contained in:
parent
6990f9e443
commit
348778c75f
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,6 @@ list(APPEND SOURCE
|
|||
reg/reg.c
|
||||
sec/ac.c
|
||||
sec/audit.c
|
||||
sec/cred.c
|
||||
sec/lsa.c
|
||||
sec/misc.c
|
||||
sec/safer.c
|
||||
|
@ -41,6 +40,7 @@ list(APPEND SOURCE
|
|||
service/sctrl.c
|
||||
token/privilege.c
|
||||
token/token.c
|
||||
wine/cred.c
|
||||
wine/crypt.c
|
||||
wine/crypt_des.c
|
||||
wine/crypt_lmhash.c
|
||||
|
|
|
@ -256,11 +256,11 @@ check Wine current souces first as it may already be fixed.
|
|||
reactos/lib/3rdparty/strmbase # Synced to Wine-1.7.27
|
||||
|
||||
advapi32 -
|
||||
reactos/dll/win32/advapi32/sec/sid.c # Out of Sync
|
||||
reactos/dll/win32/advapi32/wine/cred.c # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/advapi32/wine/crypt.c # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/advapi32/wine/crypt_des.c # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/advapi32/wine/crypt_lmhash.c # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/advapi32/sec/cred.c # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/advapi32/sec/sid.c # Out of Sync
|
||||
|
||||
gdi32 -
|
||||
reactos/dll/win32/gdi32/objects/linedda.c # Synced at 20090410
|
||||
|
|
Loading…
Reference in a new issue