diff options
author | Tor Lillqvist <tml@novell.com> | 2006-06-19 23:20:52 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-06-19 23:20:52 +0800 |
commit | 00616affbab883a044e1c048c6f887f2f55bd11b (patch) | |
tree | 37f258ccd98d1c3b8e2904853815b04802e1ae6f /widgets/ChangeLog | |
parent | ff6bb90a969c201e06a2abbf1852b760331f7c32 (diff) | |
download | gsoc2013-evolution-00616affbab883a044e1c048c6f887f2f55bd11b.tar.gz gsoc2013-evolution-00616affbab883a044e1c048c6f887f2f55bd11b.tar.zst gsoc2013-evolution-00616affbab883a044e1c048c6f887f2f55bd11b.zip |
Define gmtime_r() and localtime_r() macros for Win32. Should not declare
2006-06-19 Tor Lillqvist <tml@novell.com>
* e-timezone-dialog/e-timezone-dialog.c: Define gmtime_r() and
localtime_r() macros for Win32. Should not declare tzname,
timezone and daylight on Win32, they are declared properly in
<time.h> already.
svn path=/trunk/; revision=32176
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index 123ae16b72..890287aa6d 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,10 @@ +2006-06-19 Tor Lillqvist <tml@novell.com> + + * e-timezone-dialog/e-timezone-dialog.c: Define gmtime_r() and + localtime_r() macros for Win32. Should not declare tzname, + timezone and daylight on Win32, they are declared properly in + <time.h> already. + 2006-06-14 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #204798 , #235691 , #229132 |