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

oldstable
Alexandre Julliard 2010-02-08 17:44:43 +01:00
parent ad8389dc39
commit a53ca1abdc
1 changed files with 0 additions and 1 deletions

View File

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