From: Pierre Joye Date: Mon, 24 Aug 2009 20:33:36 +0000 (+0000) Subject: - sigh. that too (separate fix). X-Git-Tag: php-5.3.1RC1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebd24fc10faed75dccd3a6b2f8d5df1d769ac2ca;p=php - sigh. that too (separate fix). --- diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 45e5e5c9ac..0cf7f25ff6 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -1193,7 +1193,7 @@ static void UnixTimeToFileTime(time_t t, LPFILETIME pft) /* {{{ */ } /* }}} */ -TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */ +static int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */ { FILETIME mtime, atime; HANDLE hFile;