Add BYTE type.

This commit is contained in:
Michael Jumper 2013-07-17 10:23:47 -07:00
parent aeea99a87f
commit 1bbf2b21d9

View File

@ -39,6 +39,7 @@
#include <freerdp/types.h>
typedef uint8 BYTE;
typedef uint8 UINT8;
typedef uint16 UINT16;
typedef uint32 UINT32;