librsvg r1162 - trunk
- From: wbolster svn gnome org
- To: svn-commits-list gnome org
- Subject: librsvg r1162 - trunk
- Date: Mon, 28 Apr 2008 10:12:58 +0100 (BST)
Author: wbolster
Date: Mon Apr 28 09:12:58 2008
New Revision: 1162
URL: http://svn.gnome.org/viewvc/librsvg?rev=1162&view=rev
Log:
2008-04-28 Wouter Bolsterlee <wbolster svn gnome org>
* rsvg-text.c: Don't use #else if, but #else and an
additional #if. Fixes the build with at least gcc 4.2.3.
Modified:
trunk/ChangeLog
trunk/rsvg-text.c
Modified: trunk/rsvg-text.c
==============================================================================
--- trunk/rsvg-text.c (original)
+++ trunk/rsvg-text.c Mon Apr 28 09:12:58 2008
@@ -41,10 +41,12 @@
#include FT_OUTLINE_H
#include <pango/pangoft2.h>
-#else if defined (CAIRO_HAS_WIN32_FONT)
+#else
+#if defined (CAIRO_HAS_WIN32_FONT)
/* nothing more needed? */
#include <cairo-win32.h>
#endif
+#endif
typedef struct _RsvgNodeText RsvgNodeText;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]