pajoye Sat, 18 Sep 2010 14:54:40 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=303500
Log: - not needed here anymore Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/link_win32.c Modified: php/php-src/branches/PHP_5_3/ext/standard/link_win32.c =================================================================== --- php/php-src/branches/PHP_5_3/ext/standard/link_win32.c 2010-09-18 13:43:07 UTC (rev 303499) +++ php/php-src/branches/PHP_5_3/ext/standard/link_win32.c 2010-09-18 14:54:40 UTC (rev 303500) @@ -51,14 +51,6 @@ - this file is then useless and we have a portable link API */ -#ifndef VOLUME_NAME_NT -#define VOLUME_NAME_NT 0x2 -#endif - -#ifndef VOLUME_NAME_DOS -#define VOLUME_NAME_DOS 0x0 -#endif - /* {{{ proto string readlink(string filename) Return the target of a symbolic link */ PHP_FUNCTION(readlink)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php