From: Pierre Joye Date: Fri, 17 Sep 2010 11:34:49 +0000 (+0000) Subject: - restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the headup X-Git-Tag: php-5.3.4RC1~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88117e6128dbede3ea452ac8f0cd643e0950e7a2;p=php - restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the headup --- diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 02a6a4999f..f93639e69c 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