fusion: Allow spaces between attribute-value pairs in an assembly name.

oldstable
Hans Leidekker 2009-02-19 14:04:41 +01:00 committed by Alexandre Julliard
parent a01b18fab1
commit f6bfbfb6df
1 changed files with 2 additions and 0 deletions

View File

@ -454,6 +454,8 @@ static HRESULT parse_display_name(IAssemblyNameImpl *name, LPCWSTR szAssemblyNam
*ptr2 = '\0';
while (*str == ' ') str++;
if (!lstrcmpW(str, version))
hr = parse_version(name, ptr);
else if (!lstrcmpW(str, culture))