Fix win32 build

This commit is contained in:
James Moore 2001-05-06 19:20:25 +00:00
parent 9f5e71bd42
commit f3342a5b55

View 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