From ebd24fc10faed75dccd3a6b2f8d5df1d769ac2ca Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 24 Aug 2009 20:33:36 +0000 Subject: [PATCH] - sigh. that too (separate fix). --- TSRM/tsrm_virtual_cwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0