summaryrefslogtreecommitdiff
path: root/src/cairo-features.h.in
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-02-13 16:47:50 -0800
committerCarl Worth <cworth@cworth.org>2006-02-13 16:47:50 -0800
commit1049c3c077c6000e25001a1a55e5fc48cf12a61e (patch)
tree33b01fadaed6ea549babbe9d2fb09ca68661ad70 /src/cairo-features.h.in
parent73c2eada0d0c80763f0a953cce7fc144f7931fa1 (diff)
parent4bec3d6af49f9a720121617819700bc700ba5951 (diff)
Remove pixman from RELEASE_0_9_0RELEASE_0_9_0
Diffstat (limited to 'src/cairo-features.h.in')
-rw-r--r--src/cairo-features.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cairo-features.h.in b/src/cairo-features.h.in
index 8065be352..fdc1e37ef 100644
--- a/src/cairo-features.h.in
+++ b/src/cairo-features.h.in
@@ -37,6 +37,14 @@
#ifndef CAIRO_FEATURES_H
#define CAIRO_FEATURES_H
+#ifdef __cplusplus
+# define CAIRO_BEGIN_DECLS extern "C" {
+# define CAIRO_END_DECLS }
+#else
+# define CAIRO_BEGIN_DECLS
+# define CAIRO_END_DECLS
+#endif
+
@PS_SURFACE_FEATURE@
@PDF_SURFACE_FEATURE@