[goffice] win32: minor change to please win32 build system.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] win32: minor change to please win32 build system.
- Date: Fri, 27 Sep 2013 00:12:35 +0000 (UTC)
commit 3c00fb3fc78b7158f4fdd8c33d4f70757306677a
Author: Morten Welinder <terra gnome org>
Date: Thu Sep 26 20:10:58 2013 -0400
win32: minor change to please win32 build system.
ChangeLog | 5 +++++
goffice/goffice.h | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c85f477..da7127f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-26 Morten Welinder <terra gnome org>
+
+ * goffice/goffice.h: Don't check glib version when macro check
+ will do.
+
2013-09-23 Jean Brefort <jean brefort normalesup org>
* plugins/smoothing/gog-exp-smooth.c (gog_exp_smooth_update): protect
diff --git a/goffice/goffice.h b/goffice/goffice.h
index 852c473..8f536a5 100644
--- a/goffice/goffice.h
+++ b/goffice/goffice.h
@@ -44,7 +44,7 @@
# endif
#endif /* GO_VAR_DECL */
-#if GLIB_CHECK_VERSION(2,32,0)
+#ifdef G_DEPRECATED_FOR
#define GOFFICE_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f)
#else
#define GOFFICE_DEPRECATED_FOR(f)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]