mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 00:52:44 +08:00
9 lines
184 B
Diff
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
|
|
--
|