Commit 0b79d924 authored by Alexandre Julliard's avatar Alexandre Julliard

winevdm: Load sound.drv too.

parent 82c11ce0
......@@ -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, &params )) < 32)
{
......
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