fixes in the headers for compilation on Windows

This commit is contained in:
krangelov
2019-02-18 11:23:01 +01:00
parent 409731413e
commit c32cd7133f
3 changed files with 7 additions and 7 deletions

View File

@@ -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_