#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;