8 lines
132 B
C
8 lines
132 B
C
#ifndef TYPES_H
|
|
#define TYPES_H
|
|
|
|
typedef unsigned long long UINT64;
|
|
typedef unsigned char UCHAR;
|
|
typedef unsigned int UINT;
|
|
|
|
#endif
|