// // MYTYPE.H // typedef float Fixed; typedef unsigned char BYTE; typedef unsigned long DWORD; typedef struct { long x; long y; } POINT;