kernel32: Do not load 16-bit krnl386.exe by default.
This commit is contained in:
parent
ad8389dc39
commit
a53ca1abdc
|
@ -146,7 +146,6 @@ static BOOL process_attach( HMODULE module )
|
|||
* TBD when not using wineserver handles for console handles
|
||||
*/
|
||||
|
||||
LoadLibraryA( "krnl386.exe16" );
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue