mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 12:18:17 +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;
|
TOnShowSelectItemDialogResult = procedure (ASelectedItem: Integer) of object;
|
||||||
|
|
||||||
{$ifndef WINDOWS}
|
{$ifndef WINDOWS}
|
||||||
|
PInt = ^integer;
|
||||||
THandle = type PtrUInt; // define our own, because the SysUtils.THandle = System.THandle is a longint
|
THandle = type PtrUInt; // define our own, because the SysUtils.THandle = System.THandle is a longint
|
||||||
HANDLE = THandle;
|
HANDLE = THandle;
|
||||||
PHandle = ^THandle;
|
PHandle = ^THandle;
|
||||||
|
Loading…
Reference in New Issue
Block a user