winevdm: Load sound.drv too.
This commit is contained in:
parent
82c11ce002
commit
0b79d9245d
|
@ -442,6 +442,7 @@ int main( int argc, char *argv[] )
|
|||
LoadLibrary16( "display.drv" );
|
||||
LoadLibrary16( "keyboard.drv" );
|
||||
LoadLibrary16( "mouse.drv" );
|
||||
LoadLibrary16( "sound.drv" );
|
||||
|
||||
if ((instance = LoadModule16( appname, ¶ms )) < 32)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue