summaryrefslogtreecommitdiff
path: root/pith/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/conf.h')
-rw-r--r--pith/conf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pith/conf.h b/pith/conf.h
index 4584cd98..94a94310 100644
--- a/pith/conf.h
+++ b/pith/conf.h
@@ -161,6 +161,10 @@
#define GLO_EDITOR vars[V_EDITOR].global_val.l
#define VAR_SPELLER vars[V_SPELLER].current_val.p
#define GLO_SPELLER vars[V_SPELLER].global_val.p
+#ifdef _WINDOWS
+#define VAR_DICTIONARY vars[V_DICTIONARY].current_val.l
+#define GLO_DICTIONARY vars[V_DICTIONARY].global_val.l
+#endif /* _WINDOWS */
#define VAR_FILLCOL vars[V_FILLCOL].current_val.p
#define GLO_FILLCOL vars[V_FILLCOL].global_val.p
#define VAR_DEADLETS vars[V_DEADLETS].current_val.p