mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-01 13:25:23 +00:00
10 lines
124 B
C
10 lines
124 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
|
||
|
|
namespace PortabilityLayer
|
||
|
|
{
|
||
|
|
typedef int64_t FilePos_t;
|
||
|
|
typedef uint64_t UFilePos_t;
|
||
|
|
}
|