diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 5da652f1c0e..7dc1d71f7f0 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -456,7 +456,6 @@ function_entry basic_functions[] = { PHP_FE(cosh, NULL) PHP_FE(tanh, NULL) -/*#ifndef PHP_WIN32*/ #if !defined(PHP_WIN32) && !defined(NETWARE) PHP_FE(asinh, NULL) PHP_FE(acosh, NULL)