Commit 42d5f11084c67f8c96693bd42b424b0262be3f84

Edward Thomson 2020-12-08T14:33:31

win32: provide macros for calling conventions Provide more clarity for Win32 calling conventions - now that we always compile to __cdecl on Win32, we'll define that as the the libgit2 calling convention. Also offer NTAPI (__stdcall) calling conventions for things that need callbacks from NTAPI code (eg fiber-local storage).