summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-09-17 11:34:49 +0000
committerPierre Joye <pajoye@php.net>2010-09-17 11:34:49 +0000
commitc4334c7c38a1248cc519cc323d195cf3bc4213eb (patch)
tree227a30e386094eb45e31fb848c75ef45dda5a427 /TSRM
parent3bdac76cf15ebf472fff4ee01e481e850147b703 (diff)
downloadphp-git-c4334c7c38a1248cc519cc323d195cf3bc4213eb.tar.gz
- restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the headup
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm_virtual_cwd.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c
index 5748dfdca5..b03591ce66 100644
--- a/TSRM/tsrm_virtual_cwd.c
+++ b/TSRM/tsrm_virtual_cwd.c
@@ -39,6 +39,14 @@
# ifndef IO_REPARSE_TAG_SYMLINK
# define IO_REPARSE_TAG_SYMLINK 0xA000000C
# endif
+
+# ifndef VOLUME_NAME_NT
+# define VOLUME_NAME_NT 0x2
+# endif
+
+# ifndef VOLUME_NAME_DOS
+# define VOLUME_NAME_DOS 0x0
+# endif
#endif
#ifndef S_IFLNK