winecfg: Don't try to load the arts driver, the arts library is too buggy.

This commit is contained in:
Alexandre Julliard 2006-11-21 12:13:27 +01:00
parent 38d5130b5c
commit 9385309461
1 changed files with 2 additions and 0 deletions

View File

@ -82,7 +82,9 @@ static const char* DSound_Bits[] = {
static const AUDIO_DRIVER sAudioDrivers[] = {
{IDS_DRIVER_ALSA, "alsa"},
#if 0 /* arts library is buggy */
{IDS_DRIVER_ARTS, "arts"},
#endif
{IDS_DRIVER_ESOUND, "esd"},
{IDS_DRIVER_OSS, "oss"},
{IDS_DRIVER_JACK, "jack"},