summaryrefslogtreecommitdiff
path: root/frontends/windows/gui.h
diff options
context:
space:
mode:
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 {