[evolution-data-server] Fix build breakage.



commit a2fe3d096ea38f60543455dae1c1aba633517659
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Apr 15 23:11:59 2010 -0400

    Fix build breakage.

 libedataserver/e-time-utils.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libedataserver/e-time-utils.c b/libedataserver/e-time-utils.c
index 07e89e2..067f51a 100644
--- a/libedataserver/e-time-utils.c
+++ b/libedataserver/e-time-utils.c
@@ -31,11 +31,9 @@
 #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)
-#endif
 
 #include <windows.h>
 
@@ -61,6 +59,7 @@ 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]