* lfanew in dosheader aliased with union

git-svn-id: trunk@10229 -
This commit is contained in:
marco 2008-02-05 10:12:30 +00:00
parent 6ab7f8e708
commit 51dc129916

View File

@ -6917,7 +6917,9 @@ Const
e_oemid : WORD;
e_oeminfo : WORD;
e_res2 : array[0..9] of WORD;
e_lfanew : LONG;
case boolean of
true : (e_lfanew : LONG);
false: (_lfanew : LONG); // delphi naming
end;
PIMAGE_DOS_HEADER = ^IMAGE_DOS_HEADER;
TIMAGE_DOS_HEADER = IMAGE_DOS_HEADER;