From 59f358eb0f44ff1cb82cfe72b967577d8ddf5a2f Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Wed, 18 Jul 2007 14:49:26 +0000 Subject: Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVG svn path=/trunk/netsurf/; revision=3432 --- content/content_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content_type.h') diff --git a/content/content_type.h b/content/content_type.h index 949712c45..844a5723b 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -53,7 +53,9 @@ typedef enum { #ifdef WITH_ARTWORKS CONTENT_ARTWORKS, #endif +#ifdef WITH_NS_SVG CONTENT_SVG, +#endif /* these must be the last two */ CONTENT_OTHER, CONTENT_UNKNOWN /**< content-type not received yet */ -- cgit v1.2.3