iliaa Sun Feb 2 18:09:40 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main php_scandir.h
Log:
MFH
Index: php4/main/php_scandir.h
diff -u php4/main/php_scandir.h:1.2.2.1 php4/main/php_scandir.h:1.2.2.2
--- php4/main/php_scandir.h:1.2.2.1 Mon Jan 27 20:51:25 2003
+++ php4/main/php_scandir.h Sun Feb 2 18:09:40 2003
@@ -1,14 +1,14 @@
#include <sys/types.h>
-#ifdef HAVE_DIRENT_H
-# include <dirent.h>
-#endif
-
#ifdef PHP_WIN32
#include "config.w32.h"
#include "win32/readdir.h"
#else
#include "php_config.h"
+#endif
+
+#ifdef HAVE_DIRENT_H
+# include <dirent.h>
#endif
#ifndef HAVE_ALPHASORT
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php