diff src/win32/libc_interface.h @ 13333:b04212d6b115

[gaim-migrate @ 15703] win32 TZ name to abbreviation conversion. This make the behavior consistent across platforms. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 27 Feb 2006 08:49:14 +0000
parents 13276711babc
children cb2060acb34f
line wrap: on
line diff
--- a/src/win32/libc_interface.h	Mon Feb 27 08:35:13 2006 +0000
+++ b/src/win32/libc_interface.h	Mon Feb 27 08:49:14 2006 +0000
@@ -159,4 +159,7 @@
 #define localtime_r( time, resultp ) \
 wgaim_localtime_r( time, resultp )
 
+/* helper for gaim_utf8_strftime() by way of gaim_internal_strftime() in src/util.c */
+const char *wgaim_get_timezone_abbreviation(const struct tm *tm);
+
 #endif /* _LIBC_INTERFACE_H_ */