summaryrefslogtreecommitdiff
path: root/main/win95nt.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-09-01 09:49:53 +0000
committerPierre Joye <pajoye@php.net>2010-09-01 09:49:53 +0000
commitdec8593fac062ce8689baea484f94a816713dcc6 (patch)
tree34b469a1028f69869596b2f2210afca8ac716e1d /main/win95nt.h
parent70d7d86505545e8a228897d6220c6f5b1cb3f76f (diff)
downloadphp-git-dec8593fac062ce8689baea484f94a816713dcc6.tar.gz
- add lstat support for Windows
Diffstat (limited to 'main/win95nt.h')
-rw-r--r--main/win95nt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/win95nt.h b/main/win95nt.h
index a5971a7dc2..cf46056cd7 100644
--- a/main/win95nt.h
+++ b/main/win95nt.h
@@ -33,7 +33,7 @@
typedef int uid_t;
typedef int gid_t;
typedef char * caddr_t;
-#define lstat(x, y) stat(x, y)
+#define lstat(x, y) php_sys_lstat(x, y)
#define _IFIFO 0010000 /* fifo */
#define _IFBLK 0060000 /* block special */
#define _IFLNK 0120000 /* symbolic link */