pajoye Fri, 17 Sep 2010 11:34:49 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=303461
Log: - restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the headup Changed paths: U php/php-src/branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c U php/php-src/trunk/TSRM/tsrm_virtual_cwd.c Modified: php/php-src/branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c =================================================================== --- php/php-src/branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c 2010-09-17 10:51:53 UTC (rev 303460) +++ php/php-src/branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c 2010-09-17 11:34:49 UTC (rev 303461) @@ -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 Modified: php/php-src/trunk/TSRM/tsrm_virtual_cwd.c =================================================================== --- php/php-src/trunk/TSRM/tsrm_virtual_cwd.c 2010-09-17 10:51:53 UTC (rev 303460) +++ php/php-src/trunk/TSRM/tsrm_virtual_cwd.c 2010-09-17 11:34:49 UTC (rev 303461) @@ -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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php