1 2 3 4 5 6 7 8 9 10 11 12
/*****************************************************************************/ /* host dependent types */ /*#define BIGCASE*/ typedef UINT8 BOOLEAN; typedef UINT8 BYTE; typedef UINT16 WORD; typedef UINT32 DWORD;