From da4a9313f1260531ec3dde07b32c122f120f695c Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 25 Feb 2006 18:51:51 +0000 Subject: [project @ 2006-02-25 18:50:34 by rjw] Support for BMP files svn path=/import/netsurf/; revision=2095 --- content/content_type.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/content_type.h') diff --git a/content/content_type.h b/content/content_type.h index 4760b9f9f..ef184ce7c 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -28,6 +28,9 @@ typedef enum { #ifdef WITH_GIF CONTENT_GIF, #endif +#ifdef WITH_BMP + CONTENT_BMP, +#endif #ifdef WITH_MNG CONTENT_PNG, CONTENT_JNG, -- cgit v1.2.3