Magnus Bäck schrieb: > From what I gather the problematic conversion takes place in the Win32 > layer, in which case we might be able to call the ZwQueryDirectoryFile() > kernel routine directly via ntdll.dll to obtain the file times straight > from the file system. Has anyone explored that path, and would it be > acceptable to make such a change? It depends. The disadvantages are that this function is only available on Windows XP and later and that it is not present in the header files of MinGW gcc. It's on you to prove that there are advantages that clearly outweigh these disadvantages. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html