You've already forked CEF4Delphi
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user