Alter the version heuristics a bit.

This commit is contained in:
Mike Hearn 2005-02-10 21:19:00 +00:00 committed by Alexandre Julliard
parent e8007cc0ef
commit d6b6700e85

View file

@ -470,7 +470,7 @@ static DWORD VERSION_GetLinkedDllVersion(void)
case 0 :
switch(ophd->MajorImageVersion)
{
case 4 : return NT40;
case 4 : return WIN98; /* most apps will use this */
case 0 : return WIN95;
}
break;