filetime_to_unixtime 3559 win32/win32.c  	st->st_atime = filetime_to_unixtime(&wfd.ftLastAccessTime);
filetime_to_unixtime 3560 win32/win32.c  	st->st_mtime = filetime_to_unixtime(&wfd.ftLastWriteTime);
filetime_to_unixtime 3561 win32/win32.c  	st->st_ctime = filetime_to_unixtime(&wfd.ftCreationTime);