Attempt to fix time_t related problems with MinGW 4.0 runtime.
authorEli Zaretskii <eliz@gnu.org>
Mon, 14 Oct 2013 16:23:10 +0000 (19:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 14 Oct 2013 16:23:10 +0000 (19:23 +0300)
commit279066b2b3a56e94c4a5dc994e0349db03a52c09
tree5057e475e5ed6286073049dedc01f5da854c9281
parentccd4a7833f341e2c22d6933357282954af6a57b2
Attempt to fix time_t related problems with MinGW 4.0 runtime.

 nt/inc/mingw_time.h: New file.
 nt/inc/ms-w32.h: Include mingw_time.h instead of doing its job.

 src/w32proc.c: Include mingw_time.h.
 src/w32.c: Include mingw_time.h.
nt/ChangeLog
nt/inc/mingw_time.h [new file with mode: 0644]
nt/inc/ms-w32.h
src/ChangeLog
src/w32.c
src/w32proc.c