From: Pierre Joye Date: Sat, 18 Sep 2010 14:54:40 +0000 (+0000) Subject: - not needed here anymore X-Git-Tag: php-5.3.4RC1~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63883d49707a360eda9843b5798fe209111ab284;p=php - not needed here anymore --- diff --git a/ext/standard/link_win32.c b/ext/standard/link_win32.c index 5c78509c8e..a95070e759 100644 --- a/ext/standard/link_win32.c +++ b/ext/standard/link_win32.c @@ -51,14 +51,6 @@ TODO: - 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)