Commit 8f2b4954 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winmm: Try to load the Esound driver as a last resort.

This gets sound working out of the box on Solaris.
parent 925c1c4e
......@@ -25,7 +25,7 @@
#include "winbase.h"
#include "mmddk.h"
#define WINE_DEFAULT_WINMM_DRIVER "alsa,oss,coreaudio"
#define WINE_DEFAULT_WINMM_DRIVER "alsa,oss,coreaudio,esd"
#define WINE_DEFAULT_WINMM_MAPPER "msacm32.drv"
#define WINE_DEFAULT_WINMM_MIDI "midimap.dll"
......
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