mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 14:27:22 +01:00
* the size of the FPC_RESSYMBOL pointer must depend on the target
cpu, not the host cpu git-svn-id: trunk@19687 -
This commit is contained in:
parent
2e4b7ae05c
commit
de3a7f0cfd
@ -351,7 +351,7 @@ implementation
|
|||||||
ResourceInfo.concat(Tai_const.Createname('FPC_RESSYMBOL',0))
|
ResourceInfo.concat(Tai_const.Createname('FPC_RESSYMBOL',0))
|
||||||
else
|
else
|
||||||
{ Nil pointer to resource information }
|
{ Nil pointer to resource information }
|
||||||
{$IFDEF CPU32}
|
{$IFDEF CPU32BIT}
|
||||||
ResourceInfo.Concat(Tai_const.Create_32bit(0));
|
ResourceInfo.Concat(Tai_const.Create_32bit(0));
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
ResourceInfo.Concat(Tai_const.Create_64bit(0));
|
ResourceInfo.Concat(Tai_const.Create_64bit(0));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user