mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
FS refactoring, 64-bit timestamps
This commit is contained in:
@@ -10,8 +10,10 @@ namespace PortabilityLayer
|
||||
{
|
||||
void BigInt16(int16_t &v);
|
||||
void BigInt32(int32_t &v);
|
||||
void BigInt64(int64_t &v);
|
||||
void BigUInt16(uint16_t &v);
|
||||
void BigUInt32(uint32_t &v);
|
||||
void BigUInt64(uint64_t &v);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user