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, 3 insertions, 0 deletions
diff --git a/frontends/windows/gui.h b/frontends/windows/gui.h
index 5fd9decb2..95dcfc1b2 100644
--- a/frontends/windows/gui.h
+++ b/frontends/windows/gui.h
@@ -28,6 +28,9 @@ extern HINSTANCE hinst;
/** Directory where all configuration files are held. */
extern char *nsw32_config_home;
+/** resource search path vector. */
+extern char **respaths;
+
/* bounding box */
typedef struct bbox_s {
int x0;