Add empty header files for MSVC port
MSVC lacks many of the header files included by git-compat-util.h; add blank header files for these instead of going ifdef crazy. Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com> Acked-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
71064e3f86
commit
55fcb06482
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
|
@ -0,0 +1 @@
|
||||||
|
/* Intentionally empty file to support building git with MSVC */
|
Loading…
Reference in New Issue