Commit 4058f1cc by Carlos Martín Nieto

Fix ming32 compilation

We need to know what wchar_t and MAX_PATH are. Including common.h takes
care of that for us.
parent 04da2363
......@@ -7,6 +7,8 @@
#ifndef 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
* 260, corresponding to a maximum path length of 259 characters plus a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment