winmm: Load only one sound driver at a time.
This commit is contained in:
parent
293ec5843d
commit
9d3dcae1fb
|
@ -687,7 +687,7 @@ BOOL MMDRV_Init(void)
|
|||
char *next = strchr(p, ',');
|
||||
if (next) *next++ = 0;
|
||||
sprintf( filename, "wine%s.drv", p );
|
||||
ret |= MMDRV_Install( filename, filename, FALSE );
|
||||
if ((ret = MMDRV_Install( filename, filename, FALSE ))) break;
|
||||
p = next;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue