From d85f3b138d6f8d2a38b1bba7393d1ae6f6fec1b3 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 24 Aug 2009 20:32:11 +0000 Subject: [PATCH] - that part was for a 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 634d7a1863..f40ebead0b 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -1192,7 +1192,7 @@ static void UnixTimeToFileTime(time_t t, LPFILETIME pft) /* {{{ */ } /* }}} */ -static int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */ +TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */ { FILETIME mtime, atime; HANDLE hFile; -- 2.50.1