From c32cd7133f0e2e370998ed8ca863133133dfde57 Mon Sep 17 00:00:00 2001 From: krangelov Date: Mon, 18 Feb 2019 11:23:01 +0100 Subject: fixes in the headers for compilation on Windows --- src/runtime/c/gu/seq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/gu/seq.h') diff --git a/src/runtime/c/gu/seq.h b/src/runtime/c/gu/seq.h index 3b345be61..b639369c3 100644 --- a/src/runtime/c/gu/seq.h +++ b/src/runtime/c/gu/seq.h @@ -183,7 +183,7 @@ gu_buf_heapify(GuBuf *buf, GuOrder *order); GU_API_DECL GuSeq* gu_buf_freeze(GuBuf* buf, GuPool* pool); -GU_API void +GU_API_DECL void gu_buf_evacuate(GuBuf* buf, GuPool* pool); #endif // GU_SEQ_H_ -- cgit v1.2.3