You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 3.3538.1852.gcb937fc
- Bug fix #139 - Added a LoadHandler in the render process. - Added TCefApplication.OnLoadingStateChange - Added TCefApplication.OnLoadStart - Added TCefApplication.OnLoadEnd - Added TCefApplication.OnLoadError - Fixed a Delphi XE2 compilation issue.
This commit is contained in:
@ -1320,7 +1320,7 @@ begin
|
||||
exit;
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF DELPHI16_UP}
|
||||
{$IFDEF DELPHI17_UP}
|
||||
Result := TOSVersion.Architecture in [arIntelX86, arARM32];
|
||||
{$ELSE}
|
||||
Result := False;
|
||||
|
Reference in New Issue
Block a user