mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
* 64 bit fixes
git-svn-id: trunk@6490 -
This commit is contained in:
parent
8e55ea3d29
commit
263a31cedd
@ -15,4 +15,4 @@
|
||||
{ definition of pthread_mutex_t, because needed in both ptypes.inc and }
|
||||
{ in sysosh.inc }
|
||||
|
||||
record sig: {$ifdef cpu64}int64{$else}longint{$endif}; opaque: array[0..40-1] of byte; end;
|
||||
record sig: {$ifdef cpu64}int64{$else}longint{$endif}; opaque: array[0..{$ifdef cpu64}56{$else}40{$endif}-1] of byte; end;
|
||||
|
Loading…
Reference in New Issue
Block a user