Sha256: 44175c12d291bdf80df65a41cf669708c252ec04c8e084c41777c7a0b53569d1
Contents?: true
Size: 373 Bytes
Versions: 8
Compression:
Stored size: 373 Bytes
Contents
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_win32_error_h__ #define INCLUDE_win32_error_h__ #include "git2_util.h" extern char *git_win32_get_error_message(DWORD error_code); #endif
Version data entries
8 entries across 8 versions & 1 rubygems