Files
Aerofoil/PortabilityLayer/FilePos.h
2019-12-12 23:37:40 -05:00

10 lines
124 B
C++

#pragma once
#include <stdint.h>
namespace PortabilityLayer
{
typedef int64_t FilePos_t;
typedef uint64_t UFilePos_t;
}