summaryrefslogtreecommitdiff
path: root/frontends/windows/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-10-19 11:12:19 +0100
committerVincent Sanders <vince@kyllikki.org>2016-10-19 11:12:19 +0100
commit601d9da66d173152fcc095d271b08b43a02ca905 (patch)
treef705edb13239f3664a1197b9ac20f33380d97f74 /frontends/windows/gui.h
parent7d808e95496b8f2175537f03dd2edd6bb58156c9 (diff)
downloadnetsurf-601d9da66d173152fcc095d271b08b43a02ca905.tar.gz
netsurf-601d9da66d173152fcc095d271b08b43a02ca905.tar.bz2
fix windows user preferences location storage
Diffstat (limited to 'frontends/windows/gui.h')
-rw-r--r--frontends/windows/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/windows/gui.h b/frontends/windows/gui.h
index e4671eac1..8dd2ded97 100644
--- a/frontends/windows/gui.h
+++ b/frontends/windows/gui.h
@@ -25,7 +25,8 @@ struct gui_clipboard_table *win32_clipboard_table;
extern HINSTANCE hInstance;
-extern char *options_file_location;
+/** Directory where all configuration files are held. */
+extern char *nsw32_config_home;
/* bounding box */
typedef struct bbox_s {