You've already forked lazarus-ccr
jvcllaz: Fix compilation with Laz 1.8.4/FPC3.0.4
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8252 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -901,10 +901,12 @@ const
|
||||
const
|
||||
SInvalidBitmap = 'Invalid bitmap';
|
||||
|
||||
{$IF LCL_FullVersion > 1080400}
|
||||
function GetAppHandle: THandle;
|
||||
begin
|
||||
Result := Application.Handle;
|
||||
end;
|
||||
{$IFEND}
|
||||
|
||||
(***************** NOT CONVERTED ***
|
||||
type
|
||||
|
Reference in New Issue
Block a user