From 1ea879e5580f63414693655fcf0328559cdce138 Mon Sep 17 00:00:00 2001 From: malc Date: Wed, 3 Dec 2008 22:48:44 +0000 Subject: Make audio violate POSIX less git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5864 c046a42c-6fe2-441c-8c8c-71466251a162 --- audio/dsound_template.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/dsound_template.h') diff --git a/audio/dsound_template.h b/audio/dsound_template.h index 9cc0b9d519..a594f080a7 100644 --- a/audio/dsound_template.h +++ b/audio/dsound_template.h @@ -174,16 +174,16 @@ static void dsound_fini_out (HWVoiceOut *hw) } #ifdef DSBTYPE_IN -static int dsound_init_in (HWVoiceIn *hw, audsettings_t *as) +static int dsound_init_in (HWVoiceIn *hw, struct audsettings *as) #else -static int dsound_init_out (HWVoiceOut *hw, audsettings_t *as) +static int dsound_init_out (HWVoiceOut *hw, struct audsettings *as) #endif { int err; HRESULT hr; dsound *s = &glob_dsound; WAVEFORMATEX wfx; - audsettings_t obt_as; + struct audsettings obt_as; #ifdef DSBTYPE_IN const char *typ = "ADC"; DSoundVoiceIn *ds = (DSoundVoiceIn *) hw; -- cgit v1.2.1