summaryrefslogtreecommitdiff
path: root/src/cairo-pdf.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-05-06 21:33:22 +0000
committerCarl Worth <cworth@cworth.org>2005-05-06 21:33:22 +0000
commit10c88d424485c7f001e9e03c121aa7c3b55336cc (patch)
treecea9516a466c2f28bf7f68280cd90003af73448c /src/cairo-pdf.h
parent9939e01b693a885496cfa82430b91c11a121269e (diff)
Change definitions of everything in cairo-features.h to prefer #if over #ifdef.
Track #ifdef -> #if changes. Add support to automatically change all #ifdef CAIRO_HAS to #if CAIRO_HAS.
Diffstat (limited to 'src/cairo-pdf.h')
-rw-r--r--src/cairo-pdf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-pdf.h b/src/cairo-pdf.h
index 3dc1845da..8c31636ba 100644
--- a/src/cairo-pdf.h
+++ b/src/cairo-pdf.h
@@ -39,7 +39,7 @@
#include <cairo.h>
-#ifdef CAIRO_HAS_PDF_SURFACE
+#if CAIRO_HAS_PDF_SURFACE
#include <stdio.h>