]> granicus.if.org Git - php/commitdiff
Fix win32 build
authorJames Moore <jmoore@php.net>
Sun, 6 May 2001 19:20:25 +0000 (19:20 +0000)
committerJames Moore <jmoore@php.net>
Sun, 6 May 2001 19:20:25 +0000 (19:20 +0000)
ext/standard/basic_functions.c

index 356a150e08652a6f08c98b5af8179c8a8e76907e..5374c248430f447d40a154aab91538f167a96241 100644 (file)
@@ -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