From: Pierre Joye Date: Mon, 24 Aug 2009 20:32:11 +0000 (+0000) Subject: - that part was for a separate fix X-Git-Tag: php-5.4.0alpha1~191^2~2764 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d85f3b138d6f8d2a38b1bba7393d1ae6f6fec1b3;p=php - that part was for a separate fix --- 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;