You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
Fixed build issue in Linux
This commit is contained in:
@ -49,8 +49,9 @@ uses
|
||||
{$IFDEF DELPHI16_UP}
|
||||
{$IFDEF MSWINDOWS}Winapi.Windows,{$ELSE}System.SyncObjs,{$ENDIF} System.Classes, System.SysUtils, Vcl.Graphics;
|
||||
{$ELSE}
|
||||
{$IFDEF MSWINDOWS}Windows,{$ELSE}SyncObjs,{$ENDIF} Classes, SysUtils, Graphics
|
||||
{$IFDEF FPC}, LCLProc, LCLType, LCLIntf, LResources, InterfaceBase{$ENDIF};
|
||||
{$IFDEF MSWINDOWS}Windows,{$ENDIF} Classes, SysUtils, Graphics
|
||||
{$IFDEF FPC}, LCLProc, LCLType, LCLIntf, LResources, InterfaceBase{$ENDIF}
|
||||
{$IFNDEF MSWINDOWS}, SyncObjs{$ENDIF};
|
||||
{$ENDIF}
|
||||
|
||||
type
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 462,
|
||||
"InternalVersion" : 463,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "110.0.27"
|
||||
}
|
||||
|
Reference in New Issue
Block a user