From b228fb5b146a53fa72fa4600ca85f9f9bb7ae105 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 7 Feb 2011 14:40:45 +0000 Subject: add compatability for inet_pton and inet_aton svn path=/trunk/netsurf/; revision=11626 --- windows/tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows') diff --git a/windows/tree.c b/windows/tree.c index 9a448005f..c67e50bc4 100644 --- a/windows/tree.c +++ b/windows/tree.c @@ -19,10 +19,10 @@ #include "desktop/tree.h" #include "desktop/tree_url_node.h" -/* + const char tree_directory_icon_name[] = "directory.png"; const char tree_content_icon_name[] = "content.png"; -*/ + /** * Translates a content_type to the name of a respective icon -- cgit v1.2.3