Commit 2a18a792e3674b24f2d6312c039571c64f75dacd

Vicent Marti 2010-12-22T22:43:39

Properly export all external symbols in Win32 Some external functions were not being exported because they were using the 'extern' keyword instead of the generic GIT_EXTERN() macro. Signed-off-by: Vicent Marti <tanoku@gmail.com>