mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
Adapt tsysteminfo.shortname string field length to MacOSclassic
git-svn-id: trunk@45763 -
This commit is contained in:
parent
350d2d92f9
commit
509cf3f1ae
@ -187,7 +187,7 @@ interface
|
||||
tsysteminfo = record
|
||||
system : tsystem;
|
||||
name : string[34];
|
||||
shortname : string[10];
|
||||
shortname : string[12];
|
||||
flags : set of tsystemflags;
|
||||
cpu : tsystemcpu;
|
||||
unit_env : string[16];
|
||||
|
Loading…
Reference in New Issue
Block a user