1
0
Fork 0

ProtoProxy: Fixed compilation after the previous cByteBuffer changes.

This commit is contained in:
madmaxoft 2013-10-28 21:12:49 +01:00
parent dfefdcf7f1
commit fd85ac23c1
1 changed files with 4 additions and 0 deletions

View File

@ -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;