Commit 3f089a19 authored by Joshua Thielen's avatar Joshua Thielen Committed by Alexandre Julliard

mmsystem.dll should be automatically loaded for 16-bit apps.

parent df90b00e
......@@ -34,6 +34,9 @@ int WINAPI wine_initial_task( HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, INT
HINSTANCE16 instance;
HMODULE user32;
/* some programs assume mmsystem is always present */
LoadLibrary16( "mmsystem.dll" );
if ((instance = NE_StartMain( main_exe_name, main_exe_file )) < 32)
{
if (instance == 11) /* try DOS format */
......
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