1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00

- sigh. that too (separate fix).

This commit is contained in:
Pierre Joye
2009-08-24 20:33:36 +00:00
parent 063196c8aa
commit ebd24fc10f

View File

@@ -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;