From 60ea34ad48f604c96f228d8f7942c5527e8a5b15 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 26 Feb 2006 02:25:19 +0000 Subject: [project @ 2006-02-26 02:25:19 by rjw] Add support for ICO files. svn path=/import/netsurf/; revision=2096 --- content/content_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_type.h') diff --git a/content/content_type.h b/content/content_type.h index ef184ce7c..b8b891514 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -30,6 +30,7 @@ typedef enum { #endif #ifdef WITH_BMP CONTENT_BMP, + CONTENT_ICO, #endif #ifdef WITH_MNG CONTENT_PNG, -- cgit v1.2.3