Sprinkle some header comments in various files in an attempt to explain what
[u/mdw/putty] / windows / wintime.c
index eea0cf6..eebed9e 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * wintime.c - Avoid trouble with time() returning (time_t)-1 on Windows.
+ */
+
 #include "putty.h"
 #include <time.h>