mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
[project @ 2004-07-19 20:43:25 by joty]
Build fix. svn path=/import/netsurf/; revision=1118
This commit is contained in:
parent
c93b54b07c
commit
c4fe691ea4
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user