diff options
| author | krasimir <krasimir@chalmers.se> | 2017-04-12 10:24:56 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2017-04-12 10:24:56 +0000 |
| commit | a8eaa2f2e560547e63c7976960435e1ae23a22b1 (patch) | |
| tree | 06ce5fd0bc77a16113b5a53118843216fd3c1aea /src/runtime/c/gu/hash.h | |
| parent | 915747efa793e53a7b7e9cfd861b4b4a46ace4a4 (diff) | |
a patch from Bjørnar Luteberget for compatibility with MSVC
Diffstat (limited to 'src/runtime/c/gu/hash.h')
| -rw-r--r-- | src/runtime/c/gu/hash.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/runtime/c/gu/hash.h b/src/runtime/c/gu/hash.h index e16c2f454..da612f3f4 100644 --- a/src/runtime/c/gu/hash.h +++ b/src/runtime/c/gu/hash.h @@ -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_ |
