[evolution-data-server] Fix the build breakage properly :)
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix the build breakage properly :)
- Date: Fri, 16 Apr 2010 04:57:24 +0000 (UTC)
commit c9683e0e8a6b17878fb0ec98fb48a9cbd83cf699
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Fri Apr 16 06:56:56 2010 +0200
Fix the build breakage properly :)
libedataserver/e-time-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libedataserver/e-time-utils.c b/libedataserver/e-time-utils.c
index 067f51a..ff0efa3 100644
--- a/libedataserver/e-time-utils.c
+++ b/libedataserver/e-time-utils.c
@@ -31,6 +31,7 @@
#ifdef G_OS_WIN32
#ifdef localtime_r
#undef localtime_r
+#endif
/* The localtime() in Microsoft's C library is MT-safe */
#define localtime_r(tp,tmp) (localtime(tp)?(*(tmp)=*localtime(tp),(tmp)):0)
@@ -59,7 +60,6 @@ get_locale_string (gint lctype)
return g_quark_to_string (quark);
}
-#endif
static const gchar *
translate_picture (const gchar *picture)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]