mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 19:05:54 +02:00
+ added additional OpaquePointer type for the system unit (mantis #32977).
git-svn-id: trunk@37942 -
This commit is contained in:
parent
724b822b54
commit
8aaa3c0fd5
@ -610,6 +610,7 @@ Type
|
||||
{ opaque data type and related opaque pointer }
|
||||
TOpaqueData = record end;
|
||||
POpaqueData = ^TOpaqueData;
|
||||
OpaquePointer = type POpaqueData;
|
||||
|
||||
{ procedure type }
|
||||
TProcedure = Procedure;
|
||||
|
Loading…
Reference in New Issue
Block a user