Merge pull request #3691 from Paul-Austria/master

Update crypt.c
This commit is contained in:
Kim Kulling
2021-03-13 11:35:29 +01:00
committed by GitHub

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>