mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:18:09 +02:00
added uses LCLType to get the correct THandle type
git-svn-id: trunk@7471 -
This commit is contained in:
parent
637b578aab
commit
ef4a1cefe8
@ -25,7 +25,7 @@ unit LCLResCache;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, FPCAdds, LCLProc, AvgLvlTree;
|
Classes, SysUtils, FPCAdds, LCLType, LCLProc, AvgLvlTree;
|
||||||
|
|
||||||
{off $DEFINE CheckResCacheConsistency}
|
{off $DEFINE CheckResCacheConsistency}
|
||||||
|
|
||||||
|
@ -83,6 +83,7 @@ type
|
|||||||
// temp solution for 32bit system.Thandle
|
// temp solution for 32bit system.Thandle
|
||||||
THandle = type PtrInt;
|
THandle = type PtrInt;
|
||||||
HANDLE = THandle;
|
HANDLE = THandle;
|
||||||
|
PHandle = ^THandle;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
{ Provided for compatibility with Windows registry ONLY }
|
{ Provided for compatibility with Windows registry ONLY }
|
||||||
|
Loading…
Reference in New Issue
Block a user