[ADVAPI32]

* Introduce a wine folder to group the Wine synced source files.
* Use the crypt folder as a starting point. More will follow.
CORE-8540

svn path=/trunk/; revision=64937
This commit is contained in:
Amine Khaldi 2014-10-23 18:58:35 +00:00
parent 73e6ff1519
commit a8e3dcc9e1
8 changed files with 9 additions and 7 deletions

View file

@ -17,9 +17,6 @@ add_rpc_files(client
${REACTOS_SOURCE_DIR}/include/reactos/idl/svcctl.idl)
list(APPEND SOURCE
crypt/crypt.c
crypt/crypt_des.c
crypt/crypt_lmhash.c
misc/dllmain.c
misc/efs.c
misc/hwprofiles.c
@ -44,6 +41,9 @@ list(APPEND SOURCE
service/sctrl.c
token/privilege.c
token/token.c
wine/crypt.c
wine/crypt_des.c
wine/crypt_lmhash.c
advapi32.h)
add_library(advapi32 SHARED

View file

@ -39,7 +39,7 @@
#include <wine/debug.h>
#include <wine/unicode.h>
#include "crypt/crypt.h"
#include "wine/crypt.h"
#ifndef HAS_FN_PROGRESSW
#define FN_PROGRESSW FN_PROGRESS

View file

@ -256,9 +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/crypt/*.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
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