mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix win32 build
This commit is contained in:
parent
f3e577375e
commit
a6b3682dba
2 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
#ifndef HAVE_SCANDIR
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#include "win32/param.h"
|
||||
#include "win32/readdir.h"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
#include <sys/types.h>
|
||||
#include <direct.h>
|
||||
|
||||
#define php_readdir_r readdir_r
|
||||
|
||||
/* struct dirent - same as Unix */
|
||||
|
||||
struct dirent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue