mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:49:09 +02:00
* hack for making threadvr.inc compile on i8086
git-svn-id: branches/i8086@23863 -
This commit is contained in:
parent
d2cd13a5c9
commit
8f984e75e5
@ -29,7 +29,7 @@ type
|
|||||||
|
|
||||||
TltvInitTablesTable = packed record
|
TltvInitTablesTable = packed record
|
||||||
count : dword;
|
count : dword;
|
||||||
tables : packed array [1..32767] of pltvInitEntry;
|
tables : packed array [1..{$ifdef cpu16}16{$else}32767{$endif}] of pltvInitEntry;
|
||||||
end;
|
end;
|
||||||
PltvInitTablesTable = ^TltvInitTablesTable;
|
PltvInitTablesTable = ^TltvInitTablesTable;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user