Bug fix.
This commit is contained in:
parent
5d617e5002
commit
d1fc9e80ac
|
@ -190,6 +190,7 @@ WINDOWS_VERSION VERSION_GetImageVersion(PDB *pdb)
|
||||||
return NT351;
|
return NT351;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
if (OPTHD.MajorSubsystemVersion)
|
||||||
ERR(ver,"unknown subsystem version: %04x.%04x, please report.\n",
|
ERR(ver,"unknown subsystem version: %04x.%04x, please report.\n",
|
||||||
OPTHD.MajorSubsystemVersion,
|
OPTHD.MajorSubsystemVersion,
|
||||||
OPTHD.MinorSubsystemVersion );
|
OPTHD.MinorSubsystemVersion );
|
||||||
|
|
Loading…
Reference in New Issue