From fd85ac23c1160910042c0887ea7e4e3460d1cb71 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 28 Oct 2013 21:12:49 +0100 Subject: [PATCH] ProtoProxy: Fixed compilation after the previous cByteBuffer changes. --- Tools/ProtoProxy/Globals.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tools/ProtoProxy/Globals.h b/Tools/ProtoProxy/Globals.h index 3b154b866..8424aca81 100644 --- a/Tools/ProtoProxy/Globals.h +++ b/Tools/ProtoProxy/Globals.h @@ -70,6 +70,10 @@ typedef long long Int64; typedef int Int32; typedef short Int16; +typedef unsigned long long UInt64; +typedef unsigned int UInt32; +typedef unsigned short UInt16; +