winmm/tests: Fix waveInGetPosition type.
commit35e4aac8f659dcf3d77731691c9e17ecf3d6f488
authorAndrew Eikum <aeikum@codeweavers.com>
Fri, 26 Jul 2013 19:17:03 +0000 (26 14:17 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 27 Jul 2013 16:56:24 +0000 (27 11:56 -0500)
tree6ae07dc4564a08492713afeca216133bc299537a
parentfdf8ab11d9a2886d5a5e8c04f71c9619dceecfef
winmm/tests: Fix waveInGetPosition type.

We're comparing the reported value against dwBytesRecorded, so we should
request the value to be in bytes.
dlls/winmm/tests/capture.c