summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-10-09 18:00:32 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-10-09 18:00:32 +0000
commitaa2587254ac7a46457bc8a7b6cd6b26f50843330 (patch)
tree90bf976be856486edde59b93e1f80b6174243c32 /windows
parent4d6534622e55bee459837893cb8d7eab40d6168c (diff)
downloadnetsurf-aa2587254ac7a46457bc8a7b6cd6b26f50843330.tar.gz
netsurf-aa2587254ac7a46457bc8a7b6cd6b26f50843330.tar.bz2
Update build instructions
Remove warnings from treeview branch merge svn path=/trunk/netsurf/; revision=10874
Diffstat (limited to 'windows')
-rw-r--r--windows/gui.c1
-rw-r--r--windows/misc.c5
-rw-r--r--windows/tree.c3
3 files changed, 2 insertions, 7 deletions
diff --git a/windows/gui.c b/windows/gui.c
index 99e904071..c9640ffbb 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -58,6 +58,7 @@
#include "windows/plot.h"
#include "windows/prefs.h"
#include "windows/resourceid.h"
+#include "windows/schedule.h"
char *default_stylesheet_url;
char *adblock_stylesheet_url;
diff --git a/windows/misc.c b/windows/misc.c
index 4b6aa91ff..513a2bd1d 100644
--- a/windows/misc.c
+++ b/windows/misc.c
@@ -41,11 +41,6 @@ void die(const char *error)
exit(1);
}
-bool cookies_update(const char *domain, const struct cookie_data *data)
-{
- return true;
-}
-
/**
* Return the filename part of a full path
*
diff --git a/windows/tree.c b/windows/tree.c
index 61e32e0a5..78182fbd6 100644
--- a/windows/tree.c
+++ b/windows/tree.c
@@ -17,13 +17,12 @@
*/
#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
*