mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
+ added type PXEventClass (pointer to TXEventClass)
git-svn-id: trunk@33618 -
This commit is contained in:
parent
50a40062e2
commit
0a2e5dd24b
@ -348,6 +348,7 @@ type
|
||||
{$ELSE}
|
||||
XEventClass = culong;
|
||||
{$ENDIF}
|
||||
PXEventClass = ^TXEventClass;
|
||||
TXEventClass = XEventClass;
|
||||
|
||||
(*******************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user