[project @ 2004-07-19 20:43:25 by joty]

Build fix.

svn path=/import/netsurf/; revision=1118
This commit is contained in:
John Tytgat 2004-07-19 20:43:25 +00:00
parent c93b54b07c
commit c4fe691ea4

View File

@ -29,13 +29,13 @@
#define WITH_PNG
#define WITH_MNG
#endif
#ifdef defined (riscos) || defined(ncos)
#ifdef defined(riscos) || defined(ncos)
#define WITH_DRAW
#define WITH_SPRITE
#endif
/* Platform specific features */
#if defined (riscos) || defined(ncos)
#if defined(riscos) || defined(ncos)
/* Plugin module */
#define WITH_PLUGIN
/* Acorn URI protocol support */