mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +02:00
+ added new types for the system unit: opaque data type (TOpaqueData) and related opaque pointer (POpaqueData) (mantis #32977)
git-svn-id: trunk@37940 -
This commit is contained in:
parent
11a3d8762a
commit
f719f81c06
@ -607,6 +607,10 @@ Type
|
||||
|
||||
TTextLineBreakStyle = (tlbsLF,tlbsCRLF,tlbsCR);
|
||||
|
||||
{ opaque data type and related opaque pointer }
|
||||
TOpaqueData = record end;
|
||||
POpaqueData = ^TOpaqueData;
|
||||
|
||||
{ procedure type }
|
||||
TProcedure = Procedure;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user