]> git.proxmox.com Git - libgit2.git/commit
Properly export all external symbols in Win32
authorVicent Marti <tanoku@gmail.com>
Wed, 22 Dec 2010 20:43:39 +0000 (22:43 +0200)
committerVicent Marti <tanoku@gmail.com>
Wed, 22 Dec 2010 20:43:39 +0000 (22:43 +0200)
commit2a18a792e3674b24f2d6312c039571c64f75dacd
tree9af7043ac4545e8d41c1f0b0898e0d22f201914e
parent0847dff5cd6522dbef29958cbafa7a56f409e82a
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>
src/delta-apply.h
src/dir.h
src/fileops.h
src/map.h
src/thread-utils.h
src/util.h