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