[ADVAPI32]
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 24 Oct 2014 13:37:01 +0000 (13:37 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 24 Oct 2014 13:37:01 +0000 (13:37 +0000)
* Move cred.c to the wine folder.
CORE-8540

svn path=/trunk/; revision=64956

reactos/dll/win32/advapi32/CMakeLists.txt
reactos/dll/win32/advapi32/wine/cred.c [moved from reactos/dll/win32/advapi32/sec/cred.c with 100% similarity]
reactos/media/doc/README.WINE

index fe6bf46..a0499e1 100644 (file)
@@ -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
index 14c1674..22a8a66 100644 (file)
@@ -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