a patch from Bjørnar Luteberget for compatibility with MSVC

This commit is contained in:
krasimir
2017-04-12 10:24:56 +00:00
parent be38ab9a2f
commit 3454812516
17 changed files with 72 additions and 28 deletions

View File

@@ -31,10 +31,10 @@ struct GuHasher {
};
extern GuHasher gu_int_hasher[1];
GU_API_DATA GuHasher gu_int_hasher[1];
extern GuHasher gu_addr_hasher[1];
GU_API_DATA GuHasher gu_addr_hasher[1];
extern GuHasher gu_word_hasher[1];
GU_API_DATA GuHasher gu_word_hasher[1];
#endif // GU_HASH_H_