]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/waveout.c
* modules/audio_output/waveout.c: backport of 13398.
[vlc] / modules / audio_output / waveout.c
index dd9b500061bbf99bc4d274e41f15a9def2fae080..f3b52f14e49a37f03c8ce8e507ec99e8bf071630 100644 (file)
  *****************************************************************************/
 #ifdef UNDER_CE
 #   define DWORD_PTR DWORD
+#   ifdef waveOutGetDevCaps
+#       undef waveOutGetDevCaps
+        MMRESULT WINAPI waveOutGetDevCaps(UINT, LPWAVEOUTCAPS, UINT);
+#   endif
 #endif
 
 #ifndef WAVE_FORMAT_IEEE_FLOAT