--- np2/sound/pcm86.h 2004/06/02 11:02:53 1.5 +++ np2/sound/pcm86.h 2005/02/07 14:46:12 1.6 @@ -54,7 +54,7 @@ typedef struct { UINT8 irqflag; UINT8 padding[1]; - BYTE buffer[PCM86_BUFSIZE]; + UINT8 buffer[PCM86_BUFSIZE]; } _PCM86, *PCM86; typedef struct {