http://bugs.winehq.org/show_bug.cgi?id=26271
Raymond superquad.vortex2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2@gmail.com
--- Comment #10 from Raymond superquad.vortex2@gmail.com 2011-03-04 19:10:05 CST ---
fixme:winmm:proc_PlaySound Couldn't play header fixme:winmm:proc_PlaySound Couldn't play header
This is because winepulse does not support WODM_PREPARE
you should ask the author of winepulse ?
+ case WODM_PREPARE: + case WODM_UNPREPARE: + + case WODM_GETPITCH: + case WODM_SETPITCH: + + case WODM_GETPLAYBACKRATE: + case WODM_SETPLAYBACKRATE: + return MMSYSERR_NOTSUPPORTED;