From 63883d49707a360eda9843b5798fe209111ab284 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 18 Sep 2010 14:54:40 +0000 Subject: [PATCH] - not needed here anymore --- ext/standard/link_win32.c | 8 -------- 1 file changed, 8 deletions(-) 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) -- 2.40.0