mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Split out POSIX-related bits from "compat/mingw.h" and "compat/msvc.h". This is in preparation for splitting up "git-compat-utils.h" into a header that provides POSIX-compatibility and a header that provides common wrappers used by the Git project. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
8 lines
94 B
C
8 lines
94 B
C
#ifndef __MSVC__HEAD
|
|
#define __MSVC__HEAD
|
|
|
|
#include "msvc-posix.h"
|
|
#include "mingw.h"
|
|
|
|
#endif
|