Removed FIXME when loading second exe file.

This commit is contained in:
Troy Rollo 2003-06-27 04:05:27 +00:00 committed by Alexandre Julliard
parent 8c4b96fc46
commit b58e121326

View file

@ -394,7 +394,6 @@ WINE_MODREF *MODULE_AllocModRef( HMODULE hModule, LPCSTR filename )
if (!(nt->FileHeader.Characteristics & IMAGE_FILE_DLL))
{
if (!exe_modref) exe_modref = wm;
else FIXME( "Trying to load second .EXE file: %s\n", filename );
}
else wm->ldr.Flags |= LDR_IMAGE_IS_DLL;
}