Loading...
Searching...
No Matches
Go to the documentation of this file.
20#ifndef KICAD_GIT_COMPAT_H_
21#define KICAD_GIT_COMPAT_H_
27#define GIT_BUF_INIT { NULL, 0, 0 }
30#if LIBGIT2_VER_MAJOR > 1 || ( LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR >= 8 )
31#include <git2/sys/errors.h>