Commit 4c2e6b1e by Edward Thomson

Merge pull request #2985 from claudiuolteanu/patch-1

Lower case the include directive of windows header
parents fa8a38a4 118e6fdc
...@@ -4,7 +4,7 @@ ...@@ -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;
......
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