Merge pull request #2985 from claudiuolteanu/patch-1

Lower case the include directive of windows header
This commit is contained in:
Edward Thomson 2015-03-17 23:35:52 -04:00
commit 4c2e6b1e87

View File

@ -4,7 +4,7 @@
#include "path.h" #include "path.h"
#ifdef GIT_WIN32 #ifdef GIT_WIN32
# include <Windows.h> # include <windows.h>
#endif #endif
static git_repository *repo; static git_repository *repo;