summaryrefslogtreecommitdiff
path: root/sapi/nsapi
diff options
context:
space:
mode:
authorUwe Schindler <thetaphi@php.net>2009-01-11 13:47:01 +0000
committerUwe Schindler <thetaphi@php.net>2009-01-11 13:47:01 +0000
commitb70260d392d55a54d5f10001c57176d9e8d9fc61 (patch)
tree0c6282ac51f26dfef5d1edfe98a6dcc054eab491 /sapi/nsapi
parent4db4009c71b38aaaf68746316e025a2e88471d44 (diff)
downloadphp-git-b70260d392d55a54d5f10001c57176d9e8d9fc61.tar.gz
revert last commit, sizeof does not work in preprocessor :(
Diffstat (limited to 'sapi/nsapi')
-rw-r--r--sapi/nsapi/nsapi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c
index 935673cbfb..95e07a41a2 100644
--- a/sapi/nsapi/nsapi.c
+++ b/sapi/nsapi/nsapi.c
@@ -57,13 +57,6 @@
#endif
/*
- * For windows do some sanity checks, because time_t must be 32bit for NSAPI on win32
- */
-#if defined(PHP_WIN32) && !defined(_WIN64) && sizeof(time_t)!=4
-#error "NSAPI module needs time_t to have a size of 32 bits on win32"
-#endif
-
-/*
* NSAPI includes
*/
#include "nsapi.h"