]> granicus.if.org Git - php/commitdiff
- that part was for a separate fix
authorPierre Joye <pajoye@php.net>
Mon, 24 Aug 2009 20:32:11 +0000 (20:32 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 24 Aug 2009 20:32:11 +0000 (20:32 +0000)
TSRM/tsrm_virtual_cwd.c

index 634d7a186366b2d3e3e063b1164948c3720c8886..f40ebead0ba2b916c5c466f99f49203ba06dec5b 100644 (file)
@@ -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;