From: Rob Richards Date: Mon, 6 Mar 2006 20:21:52 +0000 (+0000) Subject: fix win build X-Git-Tag: php-5.1.3RC1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d36a88bdda0defab9739b9f93b80194cbd2306c7;p=php fix win build --- 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)