From d36a88bdda0defab9739b9f93b80194cbd2306c7 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Mon, 6 Mar 2006 20:21:52 +0000 Subject: [PATCH] fix win build --- ext/standard/filestat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index 5229252821..dde2998383 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -323,7 +323,7 @@ PHP_FUNCTION(disk_free_space) } /* }}} */ - +#if !defined(WINDOWS) static void php_do_chgrp(INTERNAL_FUNCTION_PARAMETERS, int do_lchgrp) { zval **filename, **group; @@ -368,6 +368,7 @@ static void php_do_chgrp(INTERNAL_FUNCTION_PARAMETERS, int do_lchgrp) } RETURN_TRUE; } +#endif #ifndef NETWARE /* {{{ proto bool chgrp(string filename, mixed group) -- 2.50.1