mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 08:49:17 +02:00
* also win64
git-svn-id: trunk@4368 -
This commit is contained in:
parent
590ad5b516
commit
0e8a21e84a
@ -110,6 +110,11 @@ begin
|
|||||||
failed:=true;
|
failed:=true;
|
||||||
|
|
||||||
|
|
||||||
|
u32bit := high(u32bit);
|
||||||
|
result_val := u32bit;
|
||||||
|
if trunc(result_val) <> high(u32bit) then
|
||||||
|
failed:=true;
|
||||||
|
|
||||||
u32bit := RESULT_U32BIT;
|
u32bit := RESULT_U32BIT;
|
||||||
result_val := u32bit;
|
result_val := u32bit;
|
||||||
if trunc(result_val) <> RESULT_U32BIT then
|
if trunc(result_val) <> RESULT_U32BIT then
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{ The .so of the library needs to be in the current dir when
|
{ The .so of the library needs to be in the current dir when
|
||||||
testing the loading at runtime }
|
testing the loading at runtime }
|
||||||
|
|
||||||
{$ifdef win32}
|
{$ifdef mswindows}
|
||||||
{$define supported}
|
{$define supported}
|
||||||
{$define supportidx}
|
{$define supportidx}
|
||||||
{$endif win32}
|
{$endif win32}
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
{ Test program to test linking to fpc library }
|
{ Test program to test linking to fpc library }
|
||||||
|
|
||||||
{$ifdef win32}
|
{$ifdef mswindows}
|
||||||
{$define supported}
|
{$define supported}
|
||||||
{$endif win32}
|
{$endif mswindows}
|
||||||
{$ifdef Unix}
|
{$ifdef Unix}
|
||||||
{$define supported}
|
{$define supported}
|
||||||
{$endif Unix}
|
{$endif Unix}
|
||||||
|
Loading…
Reference in New Issue
Block a user