mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 14:09:59 +02:00
* fix for win64 compilation failure of last night
git-svn-id: trunk@10265 -
This commit is contained in:
parent
59d9169bbd
commit
3f3105172d
@ -371,8 +371,8 @@ Type
|
||||
LOADED_IMAGE = TLOADED_IMAGE;
|
||||
PLOADED_IMAGE = ^TLOADED_IMAGE;
|
||||
PPLOADED_IMAGE = ^PLOADED_IMAGE;
|
||||
PIMAGE_DEBUG_INFORMATION = ^TIMAGE_DEBUG_INFORMATION;
|
||||
{$ifndef win64}
|
||||
PIMAGE_DEBUG_INFORMATION = ^TIMAGE_DEBUG_INFORMATION;
|
||||
TIMAGE_DEBUG_INFORMATION = packed record
|
||||
List : TLISTENTRY;
|
||||
ReservedSize : DWORD;
|
||||
|
Loading…
Reference in New Issue
Block a user