kernel32: Fixed DosDateTimeToFileTime behavior when timegm() is missing.
commit849ee1c2bb56e027787fb651808ffe74f27dddbf
authorAlexandre Julliard <julliard@winehq.org>
Thu, 8 Mar 2007 20:06:41 +0000 (8 21:06 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 Mar 2007 20:06:41 +0000 (8 21:06 +0100)
tree083fa8ec325c4ff805b6b79f300cb910769ebf36
parent7e2228f15aa7a6fc0d63fe36c34906035422e95a
kernel32: Fixed DosDateTimeToFileTime behavior when timegm() is missing.

The tm_isdst field needs to be initialized for mktime to do the right thing.
dlls/kernel32/time.c