Commit 73b58c91 by Vicent Marti

clar: fix warning on Windows

parent 27fe6efe
#include "clar_libgit2.h" #include "clar_libgit2.h"
int main(int argc, char *argv[]) #ifdef _WIN32
__cdecl int
#else
int
#endif
main(int argc, char *argv[])
{ {
int res; int res;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment