FILETIME_TO_TIMESPEC 855 src/win/fs.c FILETIME_TO_TIMESPEC(statbuf->st_mtim, info.ftLastWriteTime); FILETIME_TO_TIMESPEC 856 src/win/fs.c FILETIME_TO_TIMESPEC(statbuf->st_atim, info.ftLastAccessTime); FILETIME_TO_TIMESPEC 857 src/win/fs.c FILETIME_TO_TIMESPEC(statbuf->st_ctim, info.ftCreationTime); FILETIME_TO_TIMESPEC 858 src/win/fs.c FILETIME_TO_TIMESPEC(statbuf->st_birthtim, info.ftCreationTime);