mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:49:18 +02:00
* Some Delphilike aliases for the previous commit added
git-svn-id: trunk@7854 -
This commit is contained in:
parent
a50f07618c
commit
841de35713
@ -7243,9 +7243,9 @@ type
|
|||||||
PIMAGE_NT_HEADERS = PIMAGE_NT_HEADERS32;
|
PIMAGE_NT_HEADERS = PIMAGE_NT_HEADERS32;
|
||||||
{$EXTERNALSYM PIMAGE_NT_HEADERS}
|
{$EXTERNALSYM PIMAGE_NT_HEADERS}
|
||||||
|
|
||||||
|
TImageNtHeaders = IMAGE_NT_HEADERS32;
|
||||||
PImageNtHeaders = PIMAGE_NT_HEADERS;
|
PImageNtHeaders = PIMAGE_NT_HEADERS;
|
||||||
|
|
||||||
|
|
||||||
{$endif read_interface}
|
{$endif read_interface}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user