hash_win32.h
3.54 KB
-
Each hash implementation should define `git_hash_global_init` · be9a386c
This means the forward declaration isn't necessary. The forward declaration can cause compilation errors as it conflicts with the `GIT_INLINE` declaration (the signatures are different).
Aaron Patterson committed