* * 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_git_findfile_h__#define INCLUDE_git_findfile_h__structwin32_path{wchar_tpath[MAX_PATH];DWORDlen;};intwin32_expand_path(structwin32_path*s_root,constwchar_t*templ);intwin32_find_file(git_buf*path,conststructwin32_path*root,constchar*filename);intwin32_find_system_file_using_path(git_buf*path,constchar*filename);intwin32_find_system_file_using_registry(git_buf*path,constchar*filename);