dsound: Fix mixup between HWAVEOUT and HWAVEIN.
authorMichael Stefaniuc <mstefani@redhat.de>
Wed, 28 Jan 2009 00:06:57 +0000 (01:06 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 28 Jan 2009 11:11:04 +0000 (12:11 +0100)
commit7ab165a5907b2f7bfd3f062b98cd02abac7a45f4
tree82f91ba5a63a69cc85e53b78e67bed4b7fec5d34
parent0b872e65b263392b4850a3e43d8ca11847d8d32c
dsound: Fix mixup between HWAVEOUT and HWAVEIN.

The code path is taken when a valid wod isn't found. The loop thus
doesn't call waveInMessage() for each wid but retries the same wrong
wod.
dlls/dsound/propset.c