--- np2/win9x/mousemng.cpp 2004/02/13 20:31:55 1.5 +++ np2/win9x/mousemng.cpp 2005/02/07 14:46:14 1.6 @@ -9,14 +9,14 @@ typedef struct { SINT16 x; SINT16 y; - BYTE btn; + UINT8 btn; UINT flag; } MOUSEMNG; static MOUSEMNG mousemng; -BYTE mousemng_getstat(SINT16 *x, SINT16 *y, int clear) { +UINT8 mousemng_getstat(SINT16 *x, SINT16 *y, int clear) { *x = mousemng.x; *y = mousemng.y;