From: James Moore Date: Sun, 6 May 2001 19:20:25 +0000 (+0000) Subject: Fix win32 build X-Git-Tag: php-4.0.6RC1~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3342a5b55a69a145367d33d5295d650e12d9b98;p=php Fix win32 build --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 356a150e08..5374c24843 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -837,7 +837,7 @@ PHP_RINIT_FUNCTION(basic) #endif BG(user_shutdown_function_names)=NULL; -#ifdef HAVE_CRYPT +#if HAVE_CRYPT PHP_RINIT(crypt)(INIT_FUNC_ARGS_PASSTHRU); #endif