From 1efd4796a26a034ac18428798794b2334633b524 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Sat, 10 Dec 2005 14:31:33 +0000 Subject: [project @ 2005-12-10 14:31:32 by adrianl] ArtWorks support svn path=/import/netsurf/; revision=1891 --- content/content_type.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/content_type.h') diff --git a/content/content_type.h b/content/content_type.h index 4cbb49550..4760b9f9f 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -44,6 +44,9 @@ typedef enum { #endif #ifdef WITH_THEME_INSTALL CONTENT_THEME, +#endif +#ifdef WITH_ARTWORKS + CONTENT_ARTWORKS, #endif /* these must be the last two */ CONTENT_OTHER, -- cgit v1.2.3