more changes to make the C runtime compilable with MSVC

This commit is contained in:
krasimir
2017-04-19 18:59:42 +00:00
parent 07d72532fa
commit ba038914fa
10 changed files with 41 additions and 32 deletions

View File

@@ -20,7 +20,7 @@ gu_hash_byte(GuHash h, uint8_t u)
}
GU_API GuHash
GU_API_DECL GuHash
gu_hash_bytes(GuHash h, const uint8_t* buf, size_t len);
typedef const struct GuHasher GuHasher;