Windows: fix Time_tToSystemTime function to be 64-bit compliant
authorJosh Sinykin <josh.sinykin@broadcom.com>
Mon, 19 Sep 2016 03:17:30 +0000 (04:17 +0100)
committerJens Axboe <axboe@fb.com>
Mon, 19 Sep 2016 14:28:11 +0000 (08:28 -0600)
commit5de1ade5a8a8dd118bdfac835a6cfb4bcf013734
tree8a9e04625eaa0b03b1e57354c30345f045256c67
parent33477b4b5f61c2ba57bc3346b8968d9be8b56fc4
Windows: fix Time_tToSystemTime function to be 64-bit compliant

Use LONGLONG instead of LARGE_INTEGER to avoid problems on 64-bit
systems causing a crash.

Signed-off-by: Jens Axboe <axboe@fb.com>
os/windows/posix.c