From 601d9da66d173152fcc095d271b08b43a02ca905 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 19 Oct 2016 11:12:19 +0100 Subject: fix windows user preferences location storage --- frontends/windows/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/windows/gui.h') 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 { -- cgit v1.2.3