Commit bbe5be78 authored by Gildas Bazin's avatar Gildas Bazin

* modules/audio_output/waveout.c: backport of 13398.

parent 8081f4b0
......@@ -42,6 +42,10 @@
*****************************************************************************/
#ifdef UNDER_CE
# define DWORD_PTR DWORD
# ifdef waveOutGetDevCaps
# undef waveOutGetDevCaps
MMRESULT WINAPI waveOutGetDevCaps(UINT, LPWAVEOUTCAPS, UINT);
# endif
#endif
#ifndef WAVE_FORMAT_IEEE_FLOAT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment