mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 16:51:32 +02:00
* fix from Tamas Konkoly (devel list
This commit is contained in:
parent
51c296f60c
commit
bda46fcdf9
@ -31,7 +31,7 @@ type
|
||||
FileTime: TDateTime;
|
||||
end;
|
||||
|
||||
TRegDataType = (rdUnknown, rdString, rdExpandString, rdInteger, rdBinary);
|
||||
TRegDataType = (rdUnknown, rdString, rdExpandString, rdBinary, rdInteger);
|
||||
|
||||
TRegDataInfo = record
|
||||
RegData: TRegDataType;
|
||||
|
Loading…
Reference in New Issue
Block a user