#pragma once #include "UnixTypes.h" inline static const Unix::off_t maxFileOffset = 2147483647; static const size_t GoodBufferSize = 4096;