typedef struct _FIXED { #ifndef _MAC WORD fract; short value; #else short value; WORD fract; #endif } FIXED;