From 1d0f45ea6b0f7d37efa6d78b55e7e3db00e7aeb8 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 20 Aug 2000 22:19:58 +0000 Subject: [PATCH] Fix Win32 build --- Zend/zend_config.w32.h | 4 +++- 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 | - | 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 -- 2.50.1