Skip to content
Snippets Groups Projects
Commit d1fc9e80 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard
Browse files

Bug fix.

parent 5d617e50
No related branches found
No related tags found
No related merge requests found
......@@ -190,6 +190,7 @@ WINDOWS_VERSION VERSION_GetImageVersion(PDB *pdb)
return NT351;
}
default:
if (OPTHD.MajorSubsystemVersion)
ERR(ver,"unknown subsystem version: %04x.%04x, please report.\n",
OPTHD.MajorSubsystemVersion,
OPTHD.MinorSubsystemVersion );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment