bond/OScript/type.h
2014-09-12 03:06:54 -04:00

8 lines
219 B
C

#ifndef _type_h_
#define _type_h_
typedef unsigned int UINT32, *PUINT32
typedef unsigned short UINT16, *PUINT16
typedef unsigned long UINT64, *PUINT64
typedef unsigned char BYTE, *PBYTE
typedef BYTE CHAR, *PCHAR
#endif