From 1f6d4f4a426b1598a41a5c205a9e41872910ca95 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Mon, 2 Feb 2009 21:44:54 +0000 Subject: Appease tlsa svn path=/trunk/netsurf/; revision=6356 --- riscos/menus.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'riscos/menus.c') diff --git a/riscos/menus.c b/riscos/menus.c index cc88f905e..d3c07ef08 100644 --- a/riscos/menus.c +++ b/riscos/menus.c @@ -2049,9 +2049,10 @@ void ro_gui_menu_prepare_action(wimp_w owner, menu_action action, break; /* vector types (Draw export possible) */ +#ifdef WITH_DRAW_EXPORT #if defined(WITH_NS_SVG) || defined(WITH_RSVG) -/* \todo - implement SVG to Draw conversion - case CONTENT_SVG: */ + case CONTENT_SVG: +#endif #endif #ifdef WITH_DRAW case CONTENT_DRAW: -- cgit v1.2.3