diff options
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 da612f3f4..fb688af01 100644 --- a/src/runtime/c/gu/hash.h +++ b/src/runtime/c/gu/hash.h @@ -31,10 +31,10 @@ struct GuHasher { }; -GU_API_DATA GuHasher gu_int_hasher[1]; +GU_API_DATA_DECL GuHasher gu_int_hasher[1]; -GU_API_DATA GuHasher gu_addr_hasher[1]; +GU_API_DATA_DECL GuHasher gu_addr_hasher[1]; -GU_API_DATA GuHasher gu_word_hasher[1]; +GU_API_DATA_DECL GuHasher gu_word_hasher[1]; #endif // GU_HASH_H_ |
