/* variation of SIZE used for FIXEDs */ typedef struct _SIZEF /* sizfx */ { FIXED cx; FIXED cy; } SIZEF; typedef SIZEF *PSIZEF;