projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef55a8a
)
- fix build when IO_REPARSE_TAG_SYMLINK is not defined (works with 2k+)
author
Pierre Joye
<pajoye@php.net>
Tue, 16 Jun 2009 21:54:12 +0000
(21:54 +0000)
committer
Pierre Joye
<pajoye@php.net>
Tue, 16 Jun 2009 21:54:12 +0000
(21:54 +0000)
TSRM/tsrm_virtual_cwd.c
patch
|
blob
|
history
diff --git
a/TSRM/tsrm_virtual_cwd.c
b/TSRM/tsrm_virtual_cwd.c
index 060da8ec4a08bf585c7dbcc45cf9fbfef8bd0dc0..f2bab3bf8948b4b9ffe812a81e76c451ca40231f 100644
(file)
--- a/
TSRM/tsrm_virtual_cwd.c
+++ b/
TSRM/tsrm_virtual_cwd.c
@@
-35,6
+35,9
@@
#ifdef TSRM_WIN32
#include <io.h>
#include "tsrm_win32.h"
+# ifndef IO_REPARSE_TAG_SYMLINK
+# define IO_REPARSE_TAG_SYMLINK 0xA000000C
+# endif
#endif
#ifdef NETWARE