Commit d6b6700e authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

Alter the version heuristics a bit.

parent e8007cc0
...@@ -470,7 +470,7 @@ static DWORD VERSION_GetLinkedDllVersion(void) ...@@ -470,7 +470,7 @@ static DWORD VERSION_GetLinkedDllVersion(void)
case 0 : case 0 :
switch(ophd->MajorImageVersion) switch(ophd->MajorImageVersion)
{ {
case 4 : return NT40; case 4 : return WIN98; /* most apps will use this */
case 0 : return WIN95; case 0 : return WIN95;
} }
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment