Files
libgit2/include/git2/sys
Edward Thomson 22d2062d95 Introduce GIT_CALLBACK macro to enforce cdecl
Since we now always build the library with cdecl calling conventions,
our callbacks should be decorated as such so that users will not be able
to provide callbacks defined with other calling conventions.

The `GIT_CALLBACK` macro will inject the `__cdecl` attribute as
appropriate.
2019-01-17 21:17:32 +00:00
..
2015-07-27 18:32:55 -06:00
2018-05-07 21:50:15 +02:00
2014-12-19 15:31:49 +01:00
2017-01-20 17:33:56 -05:00
2016-09-13 15:52:43 +02:00