]> git.ipfire.org Git - thirdparty/ccache.git/commit
Fixed build with mingw
authorPatrick von Reth <vonreth@kde.org>
Sat, 17 May 2014 13:29:05 +0000 (15:29 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 18 May 2014 13:14:36 +0000 (15:14 +0200)
commit4ccbb71ccf6b079fea6bc3bd1b99953d4b530241
treef6f725538dd71d906e31ba6671f8035ca855bb1c
parent3b69dd690a66bbbb5702e97d475924092fae80d6
Fixed build with mingw

_localtime32 was removed from the runtime because it was only avalible at
some Windows versions.
Maybe the time_t* cast could be used on all systems?
util.c