]> granicus.if.org Git - php/commitdiff
- not needed here anymore
authorPierre Joye <pajoye@php.net>
Sat, 18 Sep 2010 14:54:40 +0000 (14:54 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 18 Sep 2010 14:54:40 +0000 (14:54 +0000)
ext/standard/link_win32.c

index 5c78509c8e4cc47b1cedc009209555ae4ba0bf1e..a95070e759db8609b2cbe255c8bfbf510be3392c 100644 (file)
@@ -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)