1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-12-13 21:45:55 +02:00

Removed unnecessary include files and conditionals in Lazarus demos

This commit is contained in:
Salvador Díaz Fau
2025-10-06 16:32:46 +02:00
parent 774e1d8c58
commit 8ec7c17025
125 changed files with 116 additions and 158 deletions

View File

@@ -2,7 +2,7 @@ program JSExtension;
{$MODE Delphi}
{$I ..\..\..\..\source\cef.inc}
uses
Forms, LCLIntf, LCLType, LMessages, Interfaces,

View File

@@ -2,7 +2,7 @@
{$MODE Delphi}
{$I ..\..\..\..\source\cef.inc}
interface

View File

@@ -2,16 +2,12 @@
{$MODE Delphi}
{$I ..\..\..\..\source\cef.inc}
interface
uses
{$IFDEF DELPHI16_UP}
Winapi.Windows,
{$ELSE}
LCLIntf, LCLType, LMessages,
{$ENDIF}
uCEFRenderProcessHandler, uCEFBrowserProcessHandler, uCEFInterfaces, uCEFProcessMessage,
uCEFv8Context, uCEFTypes, uCEFv8Handler;