summaryrefslogtreecommitdiff
path: root/content/content_type.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-03-27 00:54:03 +0000
committerJames Bursa <james@netsurf-browser.org>2004-03-27 00:54:03 +0000
commitb0fdba3f596edb61e8f976ae67ad02d641429525 (patch)
tree4a9285adf5f17b9f73c76d2f1558dc1e5e7c94a0 /content/content_type.h
parent48c8934431ef866055f3520ec9df4a1cf4d04ebc (diff)
downloadnetsurf-b0fdba3f596edb61e8f976ae67ad02d641429525.tar.gz
netsurf-b0fdba3f596edb61e8f976ae67ad02d641429525.tar.bz2
[project @ 2004-03-27 00:53:19 by bursa]
Add imagemap and jpeg to the debug build. svn path=/import/netsurf/; revision=675
Diffstat (limited to 'content/content_type.h')
-rw-r--r--content/content_type.h2
1 files changed, 1 insertions, 1 deletions
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