--- np2/cbus/ideio.h 2004/08/06 15:03:50 1.4 +++ np2/cbus/ideio.h 2005/02/07 14:46:08 1.5 @@ -27,7 +27,7 @@ typedef struct { UINT bufpos; UINT bufsize; - BYTE buf[512]; + UINT8 buf[512]; } _IDEDRV, *IDEDRV; typedef struct {