mirror of
https://github.com/git/git.git
synced 2026-01-18 22:56:21 +00:00
msvc: define ftello()
It is just called different in MSVC's headers. Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
This commit is contained in:
committed by
Jameson Miller
parent
a4e18bc97b
commit
2f9013decb
@@ -24,6 +24,8 @@ static __inline int strcasecmp (const char *s1, const char *s2)
|
||||
|
||||
#undef ERROR
|
||||
|
||||
#define ftello _ftelli64
|
||||
|
||||
typedef int sigset_t;
|
||||
/* open for reading, writing, or both (not in fcntl.h) */
|
||||
#define O_ACCMODE (_O_RDONLY | _O_WRONLY | _O_RDWR)
|
||||
|
||||
Reference in New Issue
Block a user