Skip to content

Commit 4c2e6b1

Browse files
committed
Merge pull request libgit2#2985 from claudiuolteanu/patch-1
Lower case the include directive of windows header
2 parents fa8a38a + 118e6fd commit 4c2e6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/checkout/icase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "path.h"
55

66
#ifdef GIT_WIN32
7-
# include <Windows.h>
7+
# include <windows.h>
88
#endif
99

1010
static git_repository *repo;

0 commit comments

Comments
 (0)