Default to Win98 in DLL linkage heuristics.
This commit is contained in:
parent
0d592611bd
commit
b6908b4c9f
|
@ -451,10 +451,10 @@ static DWORD VERSION_GetLinkedDllVersion(void)
|
||||||
if (ophd->Subsystem == IMAGE_SUBSYSTEM_WINDOWS_CUI)
|
if (ophd->Subsystem == IMAGE_SUBSYSTEM_WINDOWS_CUI)
|
||||||
return NT351; /* FIXME: NT 3.1, not tested */
|
return NT351; /* FIXME: NT 3.1, not tested */
|
||||||
else
|
else
|
||||||
return WIN95;
|
return WIN98;
|
||||||
}
|
}
|
||||||
|
|
||||||
return WIN95;
|
return WIN98;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
Loading…
Reference in New Issue