You've already forked CEF4Delphi
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:
@@ -2,7 +2,7 @@ program JSExtension;
|
||||
|
||||
{$MODE Delphi}
|
||||
|
||||
{$I ..\..\..\..\source\cef.inc}
|
||||
|
||||
|
||||
uses
|
||||
Forms, LCLIntf, LCLType, LMessages, Interfaces,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
{$MODE Delphi}
|
||||
|
||||
{$I ..\..\..\..\source\cef.inc}
|
||||
|
||||
|
||||
interface
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user