summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-09-18 14:54:40 +0000
committerPierre Joye <pajoye@php.net>2010-09-18 14:54:40 +0000
commit63883d49707a360eda9843b5798fe209111ab284 (patch)
tree525fd16d498a15f1a3612c920de3511500402cfb
parent2d656381f8cf5992f791f0884888a1082f10a72b (diff)
downloadphp-git-63883d49707a360eda9843b5798fe209111ab284.tar.gz
- not needed here anymore
-rw-r--r--ext/standard/link_win32.c8
1 files changed, 0 insertions, 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)