summaryrefslogtreecommitdiff
path: root/Zend/zend_config.w32.h
diff options
context:
space:
mode:
authorSam Ruby <rubys@php.net>2000-03-02 02:39:21 +0000
committerSam Ruby <rubys@php.net>2000-03-02 02:39:21 +0000
commit906b922051eb2463d3583689a7a10959bd57d620 (patch)
tree95cd347734337203b0b3ccce1ccaac773beda236 /Zend/zend_config.w32.h
parentf8aec3164cefc59e628f37d6b76619b6f2760442 (diff)
downloadphp-git-906b922051eb2463d3583689a7a10959bd57d620.tar.gz
Fix Win32 build breakage
Diffstat (limited to 'Zend/zend_config.w32.h')
-rw-r--r--Zend/zend_config.w32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_config.w32.h b/Zend/zend_config.w32.h
index 7bee00e0ae..d0f8ab094b 100644
--- a/Zend/zend_config.w32.h
+++ b/Zend/zend_config.w32.h
@@ -24,6 +24,7 @@
#include <string.h>
#include <windows.h>
+#include <float.h>
typedef unsigned long ulong;
typedef unsigned int uint;
@@ -57,6 +58,7 @@ typedef unsigned int uint;
# define inline
#endif
+#define finite(A) _finite(A)
#ifdef LIBZEND_EXPORTS
# define ZEND_API __declspec(dllexport)