ProtoProxy: Fixed compilation after the previous cByteBuffer changes.
This commit is contained in:
parent
dfefdcf7f1
commit
fd85ac23c1
@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user