Add MinGW header files to build git with MSVC
authorFrank Li <redacted>
Wed, 16 Sep 2009 08:20:24 +0000 (10:20 +0200)
committerJunio C Hamano <redacted>
Sat, 19 Sep 2009 03:00:42 +0000 (20:00 -0700)
commit16fe1e03694e75a3923c3a757ec946aa6098aec7
treebfd716656967aff84721e72f18aa9039987759e6
parent55fcb06482c9971d95f3575274a8617c0d9f5d92
Add MinGW header files to build git with MSVC

Added the header files dirent.h, unistd.h and utime.h
Add alloca.h, which simply includes malloc.h, which defines alloca().

Signed-off-by: Frank Li <redacted>
Signed-off-by: Marius Storm-Olsen <redacted>
Acked-by: Johannes Sixt <redacted>
Signed-off-by: Junio C Hamano <redacted>
compat/vcbuild/include/alloca.h [new file with mode: 0644]
compat/vcbuild/include/dirent.h [new file with mode: 0644]
compat/vcbuild/include/sys/utime.h [new file with mode: 0644]
compat/vcbuild/include/unistd.h [new file with mode: 0644]
compat/vcbuild/include/utime.h [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT