static void set_file_time(LPFILETIME pFileTime, time_t t) { *pFileTime = 0; } static time_t get_file_time(const FILETIME* pFileTime) { return 0; }