Commit 77a238de authored by Gildas Bazin's avatar Gildas Bazin

* modules/audio_output/waveout.c: small wince compilation fix.

parent a525a715
......@@ -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