mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-21 08:39:32 +01:00
* fixed long type and derivates for win64
git-svn-id: trunk@5409 -
This commit is contained in:
parent
e04e668640
commit
442ad0cbe8
@ -60,7 +60,7 @@ type
|
||||
|
||||
cbool = longbool; pcbool = ^cbool;
|
||||
|
||||
{$ifdef cpu64}
|
||||
{$if defined(cpu64) and not(defined(win64) and defined(cpux86_64))}
|
||||
clong = int64; pclong = ^clong;
|
||||
cslong = int64; pcslong = ^cslong;
|
||||
culong = qword; pculong = ^culong;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user