dsound: Make a qsort() callback function cdecl.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
08b569d505
commit
4c018c32ce
|
@ -81,7 +81,7 @@ static ULONG WINAPI IDirectSoundNotifyImpl_Release(IDirectSoundNotify *iface)
|
||||||
return ref;
|
return ref;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int notify_compar(const void *l, const void *r)
|
static int __cdecl notify_compar(const void *l, const void *r)
|
||||||
{
|
{
|
||||||
const DSBPOSITIONNOTIFY *left = l;
|
const DSBPOSITIONNOTIFY *left = l;
|
||||||
const DSBPOSITIONNOTIFY *right = r;
|
const DSBPOSITIONNOTIFY *right = r;
|
||||||
|
|
Loading…
Reference in New Issue