We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e5773 commit a6b3682Copy full SHA for a6b3682
main/php_scandir.c
@@ -32,6 +32,7 @@
32
#ifndef HAVE_SCANDIR
33
34
#ifdef PHP_WIN32
35
+#include "win32/param.h"
36
#include "win32/readdir.h"
37
#endif
38
win32/readdir.h
@@ -17,6 +17,8 @@
17
#include <sys/types.h>
18
#include <direct.h>
19
20
+#define php_readdir_r readdir_r
21
+
22
/* struct dirent - same as Unix */
23
24
struct dirent {
0 commit comments