mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:09:27 +02:00
* win64 -glw build fix
git-svn-id: trunk@9817 -
This commit is contained in:
parent
0d78460e2e
commit
ddad44bc1e
@ -1548,6 +1548,8 @@ const pemagic : array[0..3] of byte = (
|
||||
rel_type:=RELOC_RELATIVE_4;
|
||||
IMAGE_REL_AMD64_REL32_5:
|
||||
rel_type:=RELOC_RELATIVE_5;
|
||||
IMAGE_REL_AMD64_SECREL:
|
||||
rel_type:=RELOC_SECREL32;
|
||||
{$endif x86_64}
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user