]> granicus.if.org Git - php/commitdiff
Revert previous commit as it was causing alot more trouble than expected
authorKalle Sommer Nielsen <kalle@php.net>
Tue, 7 Apr 2009 11:45:13 +0000 (11:45 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Tue, 7 Apr 2009 11:45:13 +0000 (11:45 +0000)
ext/sqlite/libsqlite/src/date.c

index 9ea9c5a77b5d738f699170bf3d1ea5b00dc10ed5..cd6761b66a535ca8eb68e0b3b0498eea3a8cc5fb 100644 (file)
@@ -53,7 +53,9 @@
 #include <stdlib.h>
 #include <assert.h>
 #include <time.h>
+#ifndef PHP_WIN32
 #include "main/php_reentrancy.h"
+#endif
 
 #ifndef SQLITE_OMIT_DATETIME_FUNCS