Home
last modified time | relevance | path

Searched defs:GIT_EXTERN (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/guix_studio/libs/libgit2/include/git2/
Dcommon.h39 # define GIT_EXTERN(type) extern \ macro
43 # define GIT_EXTERN(type) __declspec(dllexport) type __cdecl macro
45 # define GIT_EXTERN(type) extern type macro