aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ZoneIo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ZoneIo.h')
-rw-r--r--Minecraft.World/ZoneIo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/ZoneIo.h b/Minecraft.World/ZoneIo.h
index 22473583..59840564 100644
--- a/Minecraft.World/ZoneIo.h
+++ b/Minecraft.World/ZoneIo.h
@@ -7,10 +7,10 @@ class ZoneIo
{
private:
HANDLE channel;
- __int64 pos;
+ int64_t pos;
public:
- ZoneIo(HANDLE channel, __int64 pos);
+ ZoneIo(HANDLE channel, int64_t pos);
void write(byteArray bb, int size);
void write(ByteBuffer *bb, int size);
ByteBuffer *read(int size);