You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
This commit is contained in:
@@ -4246,9 +4246,11 @@ end;
|
||||
|
||||
function TCefApplicationCore.Load_cef_version_info_h : boolean;
|
||||
begin
|
||||
{$IFDEF FPC}Pointer({$ENDIF}cef_version_info{$IFDEF FPC}){$ENDIF} := GetProcAddress(FLibHandle, 'cef_version_info');
|
||||
{$IFDEF FPC}Pointer({$ENDIF}cef_version_info{$IFDEF FPC}){$ENDIF} := GetProcAddress(FLibHandle, 'cef_version_info');
|
||||
{$IFDEF FPC}Pointer({$ENDIF}cef_version_info_all{$IFDEF FPC}){$ENDIF} := GetProcAddress(FLibHandle, 'cef_version_info_all');
|
||||
|
||||
Result := assigned(cef_version_info);
|
||||
Result := assigned(cef_version_info) and
|
||||
assigned(cef_version_info_all);
|
||||
end;
|
||||
|
||||
function TCefApplicationCore.Load_cef_id_mappers_h : boolean;
|
||||
|
||||
Reference in New Issue
Block a user