diff options
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 39e9efc179..8799ff9e6f 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -49,7 +49,7 @@ #include "ext/standard/php_lcg.h" #include "ext/standard/php_array.h" #include "ext/standard/php_assert.h" -#if WITH_BCMATH +#if HAVE_BCMATH #include "ext/bcmath/php_bcmath.h" #endif #if HAVE_CALENDAR @@ -105,7 +105,7 @@ */ zend_module_entry *php_builtin_extensions[] = { phpext_standard_ptr -#if WITH_BCMATH +#if HAVE_BCMATH ,phpext_bcmath_ptr #endif #if HAVE_CALENDAR |