* 64 bit fixes

git-svn-id: trunk@6490 -
This commit is contained in:
Jonas Maebe 2007-02-14 21:53:14 +00:00
parent 8e55ea3d29
commit 263a31cedd

View File

@ -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;