mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 03:21:28 +01: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 | ||||
| 
 | ||||
| uses | ||||
|   Classes, SysUtils, FPCAdds, LCLProc, AvgLvlTree; | ||||
|   Classes, SysUtils, FPCAdds, LCLType, LCLProc, AvgLvlTree; | ||||
|    | ||||
| {off $DEFINE CheckResCacheConsistency} | ||||
| 
 | ||||
|  | ||||
| @ -83,6 +83,7 @@ type | ||||
|   // temp solution for 32bit system.Thandle | ||||
|   THandle = type PtrInt; | ||||
|   HANDLE = THandle; | ||||
|   PHandle = ^THandle; | ||||
|   {$ENDIF} | ||||
| 
 | ||||
|   { Provided for compatibility with Windows registry ONLY } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 vincents
						vincents