• Show log

    Commit

  • Hash : 42d5f110
    Author : Edward Thomson
    Date : 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).