You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 87.1.13
Fixed some FMX compilation issues in Linux thanks to Christoph Schneider.
This commit is contained in:
@ -54,7 +54,8 @@ uses
|
||||
{$ELSE}
|
||||
{$IFDEF MSWINDOWS}Windows,{$ENDIF} Math,
|
||||
{$ENDIF}
|
||||
{$IFDEF LINUX}xlib,{$ENDIF} uCEFTypes;
|
||||
{$IFDEF LINUX}{$IFDEF FPC}xlib,{$ENDIF}{$ENDIF}
|
||||
uCEFTypes;
|
||||
|
||||
var
|
||||
// /include/capi/cef_app_capi.h
|
||||
|
Reference in New Issue
Block a user