]> granicus.if.org Git - php/commitdiff
- restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the headup
authorPierre Joye <pajoye@php.net>
Fri, 17 Sep 2010 11:34:49 +0000 (11:34 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 17 Sep 2010 11:34:49 +0000 (11:34 +0000)
TSRM/tsrm_virtual_cwd.c

index 02a6a4999fb46760b7008339d8cf26b8530b4cd6..f93639e69c8514ac4b69e19c851a359401651c5d 100644 (file)
 # 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