
/* a quick hack... */

typedef short WORD;
typedef long  LONG;
typedef int   INT;		/* need this one? */
typedef void  VOID;

#define REG register
#define MLOCAL static		/* is this right? */

/* what else? */
