mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 14:02:48 +00:00
clar: fix warning on Windows
This commit is contained in:
parent
27fe6efe85
commit
73b58c9159
@ -1,6 +1,11 @@
|
||||
#include "clar_libgit2.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
#ifdef _WIN32
|
||||
__cdecl int
|
||||
#else
|
||||
int
|
||||
#endif
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
int res;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user