diff options
-rw-r--r-- | Zend/zend_config.w32.h | 4 | ||||
-rw-r--r-- | win32/php4dllts.dsp | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/Zend/zend_config.w32.h b/Zend/zend_config.w32.h index 29da773d7f..30febab6a0 100644 --- a/Zend/zend_config.w32.h +++ b/Zend/zend_config.w32.h @@ -13,7 +13,8 @@ | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Andi Gutmans <andi@zend.com> | - | Zeev Suraski <zeev@zend.com> | + | Z + eev Suraski <zeev@zend.com> | +----------------------------------------------------------------------+ */ @@ -47,6 +48,7 @@ typedef unsigned int uint; #define HAVE_VSNPRINTF 1 #define vsnprintf _vsnprintf +#define zend_isinf(a) 0 #ifdef inline #undef inline diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 2b4b44c922..5d8c2f9c87 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -161,10 +161,6 @@ SOURCE=..\main\php_ini.c # End Source File
# Begin Source File
-SOURCE=..\main\php_realpath.c
-# End Source File
-# Begin Source File
-
SOURCE=..\main\php_ticks.c
# End Source File
# Begin Source File
|