]> granicus.if.org Git - php/commitdiff
- sigh. that too (separate fix).
authorPierre Joye <pajoye@php.net>
Mon, 24 Aug 2009 20:33:36 +0000 (20:33 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 24 Aug 2009 20:33:36 +0000 (20:33 +0000)
TSRM/tsrm_virtual_cwd.c

index 45e5e5c9acac2dde2707f5dde7ca70f56c7acc89..0cf7f25ff6e4e4703a87c327741ea7cf6e0b81c2 100644 (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;