mirror of
https://github.com/WindowsNT351/CE-Collections.git
synced 2025-12-27 01:20:25 +08:00
12 lines
277 B
C
12 lines
277 B
C
#define TRUE 1
|
|
#define FALSE 0
|
|
|
|
typedef int BOOL;
|
|
|
|
typedef unsigned char UCHAR, *PUCHAR;
|
|
typedef unsigned int USHORT, *PUSHORT;
|
|
typedef unsigned long ULONG, *PULONG;
|
|
|
|
typedef unsigned short WORD, *PWORD;
|
|
typedef unsigned long DWORD, *PDWORD;
|