summaryrefslogtreecommitdiff
path: root/main/reentrancy.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-11-10 11:20:48 +0000
committerDmitry Stogov <dmitry@php.net>2006-11-10 11:20:48 +0000
commit41c81f20e180bb73d1765866ef2b1eafe8ccc35c (patch)
tree503349e650deba64c30aabfa0aa6e32f35ace113 /main/reentrancy.c
parenta5f951f27cf9937f0cfd43afe0ff8938faa7cfb4 (diff)
downloadphp-git-41c81f20e180bb73d1765866ef2b1eafe8ccc35c.tar.gz
opendir() is reimplemented using GetFistFile/GetNextFile those are faster then _findfirst/_findnext
Diffstat (limited to 'main/reentrancy.c')
-rw-r--r--main/reentrancy.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/reentrancy.c b/main/reentrancy.c
index 6ff7f44746..db83f4ec53 100644
--- a/main/reentrancy.c
+++ b/main/reentrancy.c
@@ -25,10 +25,6 @@
#include <dirent.h>
#endif
-#ifdef PHP_WIN32
-#include "win32/readdir.h"
-#endif
-
#include "php_reentrancy.h"
#include "ext/standard/php_rand.h" /* for PHP_RAND_MAX */