Update crypt.c

This commit is contained in:
Paul Engelhardt
2021-03-08 09:04:22 +01:00
committed by GitHub
parent 75144dd7fd
commit dffaeade94

View File

@@ -21,6 +21,10 @@
NOCRYPT and NOUNCRYPT.
*/
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(__CYGWIN__)
#define MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS 0
#endif
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>