1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Added a manifest made by Wellington Torrejais da Silva to D7 demos

Fixed build issue in Linux
This commit is contained in:
Salvador Díaz Fau
2024-05-02 16:54:07 +02:00
parent 79b76d3e71
commit d5bfa05d39
21 changed files with 111 additions and 6 deletions

View File

@@ -18,11 +18,12 @@ uses
{$ELSE}
System.Types, {$IFDEF LINUX}uCEFLinuxTypes,{$ENDIF}
{$ENDIF}
System.Math;
System.Math,
{$ELSE}
{$IFDEF FPC}{$IFDEF LINUX}xlib, ctypes,{$ENDIF}{$ENDIF}
{$IFDEF MSWINDOWS}Windows,{$ENDIF} Math;
{$IFDEF MSWINDOWS}Windows,{$ENDIF} Math,
{$ENDIF}
uCEFConstants;
type
PCefStringWide = ^TCefStringWide;