From 77d184913b64b1613ac70acb23c1230c5ec41e67 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 10 Dec 2019 22:48:42 +0000 Subject: rename global resource path variables in win32 frontend --- frontends/windows/gui.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'frontends/windows/gui.c') diff --git a/frontends/windows/gui.c b/frontends/windows/gui.c index 490f23433..fdfafcf42 100644 --- a/frontends/windows/gui.c +++ b/frontends/windows/gui.c @@ -41,13 +41,15 @@ #include "windows/window.h" #include "windows/gui.h" -/** - * win32 application instance handle. - * - * This handle is set in the main windows entry point. - */ +/* exported global defined in windows/gui.h */ HINSTANCE hinst; +/* exported global defined in windows/gui.h */ +char **G_resource_pathv; + +/* exported global defined in windows/gui.h */ +char *G_config_path; + static bool win32_quit = false; struct dialog_list_entry { -- cgit v1.2.3