author | Frank Li <lznuaa@gmail.com> | |
Wed, 16 Sep 2009 08:20:24 +0000 (10:20 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 19 Sep 2009 03:00:42 +0000 (20:00 -0700) | ||
commit | 16fe1e03694e75a3923c3a757ec946aa6098aec7 | |
tree | bfd716656967aff84721e72f18aa9039987759e6 | tree | snapshot |
parent | 55fcb06482c9971d95f3575274a8617c0d9f5d92 | commit | diff |
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 <lznuaa@gmail.com>
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>
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 <lznuaa@gmail.com>
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>
compat/vcbuild/include/alloca.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/dirent.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/sys/utime.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/unistd.h | [new file with mode: 0644] | blob |
compat/vcbuild/include/utime.h | [new file with mode: 0644] | blob |