mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 22:25:04 +00:00
Fix ming32 compilation
We need to know what wchar_t and MAX_PATH are. Including common.h takes care of that for us.
This commit is contained in:
parent
ddf9d7d455
commit
629417bd10
@ -7,6 +7,8 @@
|
|||||||
#ifndef INCLUDE_git_path_w32_h__
|
#ifndef INCLUDE_git_path_w32_h__
|
||||||
#define INCLUDE_git_path_w32_h__
|
#define INCLUDE_git_path_w32_h__
|
||||||
|
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Provides a large enough buffer to support Windows paths: MAX_PATH is
|
* Provides a large enough buffer to support Windows paths: MAX_PATH is
|
||||||
* 260, corresponding to a maximum path length of 259 characters plus a
|
* 260, corresponding to a maximum path length of 259 characters plus a
|
||||||
|
Loading…
Reference in New Issue
Block a user