summaryrefslogtreecommitdiff
path: root/ext/standard/php_link.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-01-16 01:00:22 +0000
committerPierre Joye <pajoye@php.net>2009-01-16 01:00:22 +0000
commitdcd2b78d149e05003f1bfabb8714055335793eff (patch)
tree790732af324240657b7ababfcc88b20172ac8f34 /ext/standard/php_link.h
parentf704a50732e4dd0f40635a21ab345fc12ff9dc97 (diff)
downloadphp-git-dcd2b78d149e05003f1bfabb8714055335793eff.tar.gz
- symlink, hardlink & co support (2/2)
Diffstat (limited to 'ext/standard/php_link.h')
-rw-r--r--ext/standard/php_link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_link.h b/ext/standard/php_link.h
index 64e97ef4eb..58669457cb 100644
--- a/ext/standard/php_link.h
+++ b/ext/standard/php_link.h
@@ -21,7 +21,7 @@
#ifndef PHP_LINK_H
#define PHP_LINK_H
-#ifdef HAVE_SYMLINK
+#if defined(HAVE_SYMLINK) || defined(PHP_WIN32)
PHP_FUNCTION(link);
PHP_FUNCTION(readlink);