Files
ray/thirdparty/patches/arrow-windows-nonstdc.patch
T
2020-06-03 17:44:34 -07:00

9 lines
184 B
Diff

diff --git cpp/src/arrow/io/mman.h cpp/src/arrow/io/mman.h
--- cpp/src/arrow/io/mman.h
+++ cpp/src/arrow/io/mman.h
@@ -3,0 +3,3 @@
+#ifdef _WIN32
+typedef long long off_t;
+#endif
--