mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-04-17 06:57:13 +02:00
Update to CEF 3.3626.1881.g628f810
This commit is contained in:
parent
787bb84938
commit
311a29d15f
@ -58,14 +58,14 @@ uses
|
||||
|
||||
const
|
||||
CEF_SUPPORTED_VERSION_MAJOR = 3;
|
||||
CEF_SUPPORTED_VERSION_MINOR = 3578;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1869;
|
||||
CEF_SUPPORTED_VERSION_MINOR = 3626;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1881;
|
||||
CEF_SUPPORTED_VERSION_BUILD = 0;
|
||||
|
||||
CEF_CHROMEELF_VERSION_MAJOR = 71;
|
||||
CEF_CHROMEELF_VERSION_MAJOR = 72;
|
||||
CEF_CHROMEELF_VERSION_MINOR = 0;
|
||||
CEF_CHROMEELF_VERSION_RELEASE = 3578;
|
||||
CEF_CHROMEELF_VERSION_BUILD = 98;
|
||||
CEF_CHROMEELF_VERSION_RELEASE = 3626;
|
||||
CEF_CHROMEELF_VERSION_BUILD = 81;
|
||||
|
||||
{$IFDEF MSWINDOWS}
|
||||
LIBCEF_DLL = 'libcef.dll';
|
||||
|
@ -243,7 +243,7 @@ var
|
||||
cef_label_button_create : function(delegate: PCefButtonDelegate; const text: PCefString; with_frame: Integer): PCefLabelButton; cdecl;
|
||||
|
||||
// /include/capi/views/cef_menu_button_capi.h
|
||||
cef_menu_button_create : function(delegate: PCefMenuButtonDelegate; const text: PCefString; with_frame, with_menu_marker: Integer): PCefMenuButton; cdecl;
|
||||
cef_menu_button_create : function(delegate: PCefMenuButtonDelegate; const text: PCefString; with_frame: Integer): PCefMenuButton; cdecl;
|
||||
|
||||
// /include/capi/views/cef_panel_capi.h
|
||||
cef_panel_create : function(delegate: PCefPanelDelegate): PCefPanel; cdecl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user