mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[ADVAPI32] Sync crypt_lmhash.c with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
a3ff25c1d5
commit
8da9b8d169
2 changed files with 12 additions and 1 deletions
|
@ -20,7 +20,18 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef __REACTOS__
|
||||||
#include <advapi32.h>
|
#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] =
|
static const unsigned char CRYPT_LMhash_Magic[8] =
|
||||||
{ 'K', 'G', 'S', '!', '@', '#', '$', '%' };
|
{ 'K', 'G', 'S', '!', '@', '#', '$', '%' };
|
||||||
|
|
|
@ -260,7 +260,7 @@ advapi32 -
|
||||||
reactos/dll/win32/advapi32/wine/cred.c # Synced to WineStaging-3.3
|
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.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_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
|
reactos/dll/win32/advapi32/wine/security.c # Out of Sync
|
||||||
|
|
||||||
gdi32 -
|
gdi32 -
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue