mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 00:49:09 +02:00
parent
7753417631
commit
3c30a9b6d1
@ -29,10 +29,10 @@ type
|
|||||||
POleStr = Types.POleStr;
|
POleStr = Types.POleStr;
|
||||||
PPOleStr = Types.PPOleStr;
|
PPOleStr = Types.PPOleStr;
|
||||||
TBStr = POleStr;
|
TBStr = POleStr;
|
||||||
TBStrList = array[0..(high(integer) div sizeof(TBSTR))-1] of TBstr;
|
TBStrList = array[0..65535] of TBstr;
|
||||||
PBStrList = ^TBStrList;
|
PBStrList = ^TBStrList;
|
||||||
POleStrList = ^TOleStrList;
|
POleStrList = ^TOleStrList;
|
||||||
TOleStrList = array[0..(high(integer) div sizeof(POleStr))-1] of POleStr;
|
TOleStrList = array[0..65535] of POleStr;
|
||||||
|
|
||||||
PBStr = ^TBStr;
|
PBStr = ^TBStr;
|
||||||
TOleEnum = type LongWord;
|
TOleEnum = type LongWord;
|
||||||
|
Loading…
Reference in New Issue
Block a user