msvc: define ftello()
It is just called differently in MSVC's headers. Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Jeff Hostetler committed
Jun 19, 2019 at 14:06 UTC
f6f470fed45760a9b1030c29edbaa91167d96adc
1 file changed
+2
compat/msvc.h
+2
@@ -18,6 +18,8 @@
18
19
#undef ERROR
20
21
+#define ftello _ftelli64
22
+
23
typedef int sigset_t;
24
/* open for reading, writing, or both (not in fcntl.h) */
25
#define O_ACCMODE (_O_RDONLY | _O_WRONLY | _O_RDWR)