+2
−0
+1
−1
src/tool_filetime.c
0 → 100644
+154
−0
src/tool_filetime.h
0 → 100644
+38
−0
+9
−8
Loading
On Windows, stat() may adjust the unix file time by a daylight saving time offset. Avoid this by calling GetFileTime() instead. Fixes #2164 Closes #2204