Commit a53ca1ab authored by Alexandre Julliard's avatar Alexandre Julliard

kernel32: Do not load 16-bit krnl386.exe by default.

parent ad8389dc
......@@ -146,7 +146,6 @@ static BOOL process_attach( HMODULE module )
* TBD when not using wineserver handles for console handles
*/
LoadLibraryA( "krnl386.exe16" );
return TRUE;
}
......
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