mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 07:40:27 +02:00
* increased shortstring length to accomodate the WASI long name
git-svn-id: branches/wasm@46263 -
This commit is contained in:
parent
9a0a7b42cb
commit
0c04e99211
@ -187,7 +187,7 @@ interface
|
|||||||
{ using packed causes bus errors on processors which require alignment }
|
{ using packed causes bus errors on processors which require alignment }
|
||||||
tsysteminfo = record
|
tsysteminfo = record
|
||||||
system : tsystem;
|
system : tsystem;
|
||||||
name : string[34];
|
name : string[39];
|
||||||
shortname : string[12];
|
shortname : string[12];
|
||||||
flags : set of tsystemflags;
|
flags : set of tsystemflags;
|
||||||
cpu : tsystemcpu;
|
cpu : tsystemcpu;
|
||||||
|
Loading…
Reference in New Issue
Block a user