Fix win32 build

This commit is contained in:
Frank M. Kromann 2006-12-01 20:17:50 +00:00
parent f3e577375e
commit a6b3682dba
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#ifndef HAVE_SCANDIR
#ifdef PHP_WIN32
#include "win32/param.h"
#include "win32/readdir.h"
#endif

View File

@ -17,6 +17,8 @@
#include <sys/types.h>
#include <direct.h>
#define php_readdir_r readdir_r
/* struct dirent - same as Unix */
struct dirent {