mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 06:11:12 +02:00
* lfanew in dosheader aliased with union
git-svn-id: trunk@10229 -
This commit is contained in:
parent
6ab7f8e708
commit
51dc129916
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user