mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 05:38:15 +02:00
LCL: define Windows compatible PInt in LCLType.
git-svn-id: trunk@42169 -
This commit is contained in:
parent
4999eb619b
commit
1552d8b462
@ -85,6 +85,7 @@ type
|
||||
TOnShowSelectItemDialogResult = procedure (ASelectedItem: Integer) of object;
|
||||
|
||||
{$ifndef WINDOWS}
|
||||
PInt = ^integer;
|
||||
THandle = type PtrUInt; // define our own, because the SysUtils.THandle = System.THandle is a longint
|
||||
HANDLE = THandle;
|
||||
PHandle = ^THandle;
|
||||
|
Loading…
Reference in New Issue
Block a user