1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Update to CEF 138.0.15
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Salvador Díaz Fau
2025-06-28 18:43:55 +02:00
parent 44d91fbc74
commit 92278a395b
26 changed files with 4494 additions and 3691 deletions

View File

@@ -34,6 +34,7 @@ var
// /include/cef_version_info.h
cef_version_info : function(entry: integer) : integer; cdecl;
cef_version_info_all : procedure(info: PCefVersionInfoEx); cdecl; {* CEF_API_ADDED(13800) *}
// /include/cef_id_mappers.h
cef_id_for_pack_resource_name : function(const name : PAnsiChar) : integer; cdecl;