Make CORCOMPILE_HEADER backward compatible
authorJohn Chen (CLR) <jochen@microsoft.com>
Mon, 11 Jan 2016 22:23:52 +0000 (14:23 -0800)
committerJohn Chen (CLR) <jochen@microsoft.com>
Mon, 11 Jan 2016 22:38:11 +0000 (14:38 -0800)
commitf3541757ddffd46da02f90909922872a694de1fd
treeafc36b03b6edb2d4b66872d61d8126b9781c1a56
parentdb743bc4103e78484bd0dac54a1b887da63a7059
Make CORCOMPILE_HEADER backward compatible

Resolve issue #2348 by reordering fields in CORCOMPILE_HEADER,
so that PEKind and Machines fields are in the same location as
in older versions of this struct.
src/inc/corcompile.h
src/utilcode/pedecoder.cpp