> +static void *dsound_get_buffer_in(HWVoiceIn *hw, size_t *size) > {
> + int err; > + void *ret; > +n > + hr = IDirectSoundCaptureBuffer_GetCurrentPosition(dscb, &cpos, NULL); Huh? Stray 'n' here. That can hardly survived a build test ... Removed it. Builds now. Continuing testing. cheers, Gerd