1
0
forked from GitHub/gf-core

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 915747efa7
commit a8eaa2f2e5
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_