You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 106.1.0
This commit is contained in:
@@ -59,10 +59,10 @@ uses
|
||||
Messages,
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
uCEFWinControl, uCEFTypes, uCEFInterfaces;
|
||||
uCEFWinControl, uCEFTypes, uCEFInterfaces, uCEFConstants;
|
||||
|
||||
type
|
||||
{$IFNDEF FPC}{$IFDEF DELPHI16_UP}[ComponentPlatformsAttribute(pidWin32 or pidWin64)]{$ENDIF}{$ENDIF}
|
||||
{$IFNDEF FPC}{$IFDEF DELPHI16_UP}[ComponentPlatformsAttribute(pfidWindows)]{$ENDIF}{$ENDIF}
|
||||
TCEFWindowParent = class(TCEFWinControl)
|
||||
protected
|
||||
{$IFDEF MSWINDOWS}
|
||||
@@ -77,7 +77,7 @@ procedure Register;
|
||||
implementation
|
||||
|
||||
uses
|
||||
uCEFMiscFunctions, uCEFClient, uCEFConstants;
|
||||
uCEFMiscFunctions, uCEFClient;
|
||||
|
||||
{$IFDEF MSWINDOWS}
|
||||
procedure TCEFWindowParent.WndProc(var aMessage: TMessage);
|
||||
|
||||
Reference in New Issue
Block a user