[ADVAPI32] Sync crypt_lmhash.c with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-04-01 13:18:23 +01:00
parent a3ff25c1d5
commit 8da9b8d169
2 changed files with 12 additions and 1 deletions

View file

@ -20,7 +20,18 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifdef __REACTOS__
#include <advapi32.h>
#else
#include <stdarg.h>
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "windef.h"
#include "winternl.h"
#include "crypt.h"
#endif
static const unsigned char CRYPT_LMhash_Magic[8] =
{ 'K', 'G', 'S', '!', '@', '#', '$', '%' };

View file

@ -260,7 +260,7 @@ advapi32 -
reactos/dll/win32/advapi32/wine/cred.c # Synced to WineStaging-3.3
reactos/dll/win32/advapi32/wine/crypt.c # Synced to WineStaging-3.3
reactos/dll/win32/advapi32/wine/crypt_des.c # Synced to WineStaging-3.3
reactos/dll/win32/advapi32/wine/crypt_lmhash.c # Synced to WineStaging-1.7.55
reactos/dll/win32/advapi32/wine/crypt_lmhash.c # Synced to WineStaging-3.3
reactos/dll/win32/advapi32/wine/security.c # Out of Sync
gdi32 -