libgit2/include
kelly.leahy ab86f159e5 Fix issue #79 - git_lasterror() isn't appearing in git2.dll in windows.
The GIT_EXPORT macro is used to declare a function to be externally
accessible to other libraries.  This commit uses GIT_EXPORT to declare
the git_lasterror() function as externally exported.  I verified with
depends.exe that the function is available to external callers (i.e.
in the exports table of the PE file).
2011-05-09 23:39:32 -07:00
..
git2 Fix issue #79 - git_lasterror() isn't appearing in git2.dll in windows. 2011-05-09 23:39:32 -07:00
git2.h LIBGIT2_VER_MINOR now matches LIBGIT2_VERSION (0.11.0) 2011-04-21 21:21:44 +02:00