fusion: The Strings stream can be without a #.

oldstable
James Hawkins 2008-05-03 21:17:17 -05:00 committed by Alexandre Julliard
parent f52ecfe041
commit 56bfe2972f
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ static HRESULT parse_clr_metadata(ASSEMBLY *assembly)
if (FAILED(hr))
return hr;
}
else if (!lstrcmpA(stream, "#Strings"))
else if (!lstrcmpA(stream, "#Strings") || !lstrcmpA(stream, "Strings"))
assembly->strings = (BYTE *)assembly_data_offset(assembly, ofs);
else if (!lstrcmpA(stream, "#Blob"))
assembly->blobs = (BYTE *)assembly_data_offset(assembly, ofs);