From e75a6451218599247c875b694e4abde60b6d41f9 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 3 Feb 2010 18:29:52 +0000 Subject: [PATCH] - merge fix build for sha --- ext/standard/crypt_sha256.c | 6 ++---- ext/standard/crypt_sha512.c | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ext/standard/crypt_sha256.c b/ext/standard/crypt_sha256.c index 7e632de9f7..eb839ef0e6 100644 --- a/ext/standard/crypt_sha256.c +++ b/ext/standard/crypt_sha256.c @@ -2,10 +2,8 @@ Released into the Public Domain by Ulrich Drepper . */ /* Windows VC++ port by Pierre Joye */ -#ifndef PHP_WIN32 -# include "php.h" -# include "php_main.h" -#endif +#include "php.h" +#include "php_main.h" #include #include diff --git a/ext/standard/crypt_sha512.c b/ext/standard/crypt_sha512.c index f339dbb810..c5ca6461ff 100644 --- a/ext/standard/crypt_sha512.c +++ b/ext/standard/crypt_sha512.c @@ -2,10 +2,8 @@ Released into the Public Domain by Ulrich Drepper . */ /* Windows VC++ port by Pierre Joye */ -#ifndef PHP_WIN32 -# include "php.h" -# include "php_main.h" -#endif +#include "php.h" +#include "php_main.h" #include #include -- 2.50.1