From b0fdba3f596edb61e8f976ae67ad02d641429525 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 27 Mar 2004 00:54:03 +0000 Subject: [project @ 2004-03-27 00:53:19 by bursa] Add imagemap and jpeg to the debug build. svn path=/import/netsurf/; revision=675 --- content/content_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content_type.h') diff --git a/content/content_type.h b/content/content_type.h index fbafe9e6b..96fa70575 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -22,10 +22,10 @@ typedef enum { CONTENT_HTML, CONTENT_TEXTPLAIN, CONTENT_CSS, -#ifdef riscos #ifdef WITH_JPEG CONTENT_JPEG, #endif +#ifdef riscos #ifdef WITH_PNG CONTENT_PNG, #endif -- cgit v1.2.3