From 47d2d75696991173b2194dd872227d6b8677e0db Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 13 Feb 2013 08:10:27 +0000 Subject: [PATCH] Applied patch from Anton Dedov SVN revision: 2478 --- src/crypt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/crypt.c b/src/crypt.c index 631c4786..6a82b2a1 100644 --- a/src/crypt.c +++ b/src/crypt.c @@ -7,12 +7,14 @@ #include #include #include +#include #define __alignof__(x) sizeof(x) -#define alloca(x) malloc(x) #define ERANGE 34 typedef unsigned int uint32_t; + +#pragma warning(disable:4996) #else #include #include