mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-24 08:02:15 +02:00
Fixed build issue in Linux
This commit is contained in:
parent
1c73a46bb4
commit
270007c7e8
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user