LCL: define Windows compatible PInt in LCLType.

git-svn-id: trunk@42169 -
This commit is contained in:
juha 2013-07-21 19:46:33 +00:00
parent 4999eb619b
commit 1552d8b462

View File

@ -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;