time_t is 64 bits in all the newer Microsoft C libraries, not just 64-bit
authorTor Lillqvist <tml@novell.com>
Mon, 15 Sep 2008 22:52:12 +0000 (22:52 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 15 Sep 2008 22:52:12 +0000 (22:52 +0000)
commit6af6a8dab00d30f1d7b193a04b8fc3a133508cc3
tree0c6ff173d1d1fb8370c4c55d74c11c8110792048
parentd4ad716a05a432883f4b91115b57e3835dc24cb6
time_t is 64 bits in all the newer Microsoft C libraries, not just 64-bit

2008-09-16  Tor Lillqvist  <tml@novell.com>

* glib/gtimer.c (g_time_val_to_iso8601): time_t is 64 bits in all
the newer Microsoft C libraries, not just 64-bit ones. So to avoid
crash if compiled with newer MSVSes, use a separate time_t
variable in all cases on Windows.

svn path=/trunk/; revision=7496
ChangeLog
glib/gtimer.c