From: Zeev Suraski Date: Sun, 20 Aug 2000 22:19:58 +0000 (+0000) Subject: Fix Win32 build X-Git-Tag: php-4.0.2RC1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d0f45ea6b0f7d37efa6d78b55e7e3db00e7aeb8;p=php Fix Win32 build --- 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 | - | Zeev Suraski | + | Z + eev Suraski | +----------------------------------------------------------------------+ */ @@ -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