summaryrefslogtreecommitdiff
path: root/content/content.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.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.h')
-rw-r--r--content/content.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/content.h b/content/content.h
index 48a5c1300..b865e6b4c 100644
--- a/content/content.h
+++ b/content/content.h
@@ -34,13 +34,13 @@
#include "netsurf/render/box.h"
#include "netsurf/render/font.h"
#include "netsurf/render/html.h"
+#ifdef WITH_JPEG
+#include "netsurf/riscos/jpeg.h"
+#endif
#ifdef riscos
#ifdef WITH_GIF
#include "netsurf/riscos/gif.h"
#endif
-#ifdef WITH_JPEG
-#include "netsurf/riscos/jpeg.h"
-#endif
#ifdef WITH_PLUGIN
#include "netsurf/riscos/plugin.h"
#endif
@@ -103,10 +103,10 @@ struct content {
union {
struct content_html_data html;
struct content_css_data css;
-#ifdef riscos
#ifdef WITH_JPEG
struct content_jpeg_data jpeg;
#endif
+#ifdef riscos
#ifdef WITH_PNG
struct content_png_data png;
#endif