summaryrefslogtreecommitdiff
path: root/plugins/CopyEngine/Ultracopier-Spec/ports.h
blob: f888794147f074599f46d92fe338504e9620c0f4 (plain)
1
2
3
4
5
6
#if defined(PLATFORM_MAC) || defined(PLATFORM_HAIKU)
  #define fseeko64  stat
  #define ftruncate64 ftruncate
  #define off64_t off_t
  #define O_LARGEFILE 0
#endif