From 2870395627ef49a583341263eb3476a29c7966b9 Mon Sep 17 00:00:00 2001 From: vscosta Date: Sun, 9 Nov 2014 11:18:33 +0000 Subject: [PATCH] windows support --- misc/HEAPFIELDS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/HEAPFIELDS b/misc/HEAPFIELDS index 2d2867726..ace67c342 100644 --- a/misc/HEAPFIELDS +++ b/misc/HEAPFIELDS @@ -309,7 +309,10 @@ char *char_conversion_table2 CharConversionTable2 =NULL CodeCharPAdjust int parser_error_style ParserErrorStyle =EXCEPTION_ON_PARSER_ERROR void /* library location. */ -char *yap_lib_dir Yap_LibDir =NULL CodeCharPAdjust +const char *yap_lib_dir Yap_LibDir =NULL CodeCharPAdjust +const char *yap_foreign_dir Yap_ForeignDir =NULL CodeCharPAdjust +const char *yap_commons_dir Yap_CommonsDir =NULL CodeCharPAdjust +const char *yap_bin_dir Yap_BinDir =NULL CodeCharPAdjust /* time */ void *last_wtime LastWtimePtr =NULL CodeVoidPAdjust