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

Fixed build issue in old Delphi versions.

This commit is contained in:
Salvador Díaz Fau
2025-10-23 16:30:52 +02:00
parent cb94a47273
commit c965b0f838
2 changed files with 2 additions and 2 deletions

View File

@@ -3635,7 +3635,7 @@ begin
CEF_RESULT_CODE_CLOUD_POLICY_ENROLLMENT_FAILED : Result := 'Cloud policy enrollment is failed or given up by user.';
CEF_RESULT_CODE_DOWNGRADE_AND_RELAUNCH : Result := 'Chrome was downgraded since the last launch. Perform downgrade processing and relaunch.';
CEF_RESULT_CODE_GPU_EXIT_ON_CONTEXT_LOST : Result := 'The GPU process was terminated due to context lost.';
CEF_RESULT_CODE_NORMAL_EXIT_UPGRADE_RELAUNCHED : Result := 'Chrome detected that there was a new version waiting to launch and renamed the files and launched the new version. This result code is never returned from the main process, but is instead used as a signal for early termination of browser. See `IsNormalResultCode` below.';
CEF_RESULT_CODE_NORMAL_EXIT_UPGRADE_RELAUNCHED : Result := 'Chrome detected that there was a new version waiting to launch and renamed the files and launched the new version.';
CEF_RESULT_CODE_NORMAL_EXIT_PACK_EXTENSION_SUCCESS : Result := 'An early startup command was executed and the browser must exit.';
CEF_RESULT_CODE_SYSTEM_RESOURCE_EXHAUSTED : Result := 'The browser process exited because system resource are exhausted. The system state can' + #39 + 't be recovered and will be unstable.';
CEF_RESULT_CODE_NORMAL_EXIT_AUTO_DE_ELEVATED : Result := 'The browser process exited because it was re-launched without elevation.';

View File

@@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 809,
"InternalVersion" : 810,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "141.0.10"
}