From 0a390bccc529765b551db5cf86ef6010fb8c3bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Tue, 22 Jul 2025 14:53:29 +0200 Subject: [PATCH] Added Rad Studio 13.0 to the defines --- source/cef.inc | 31 +++++++++++++++++++++++++++++++ update_CEF4Delphi.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/source/cef.inc b/source/cef.inc index 1ebd84e3..98dd250f 100644 --- a/source/cef.inc +++ b/source/cef.inc @@ -422,6 +422,36 @@ {$DEFINE DELPHI29_UP} {$ENDIF} +// Rad Studio 13.0 - Delphi Florence +{$IFDEF VER370} + {$UNDEF DELPHI_VERSION_UNKNOW} + {$DEFINE DELPHI5_UP} + {$DEFINE DELPHI6_UP} + {$DEFINE DELPHI7_UP} + {$DEFINE DELPHI8_UP} + {$DEFINE DELPHI9_UP} + {$DEFINE DELPHI10_UP} + {$DEFINE DELPHI11_UP} + {$DEFINE DELPHI12_UP} + {$DEFINE DELPHI14_UP} + {$DEFINE DELPHI15_UP} + {$DEFINE DELPHI16_UP} + {$DEFINE DELPHI17_UP} + {$DEFINE DELPHI18_UP} + {$DEFINE DELPHI19_UP} + {$DEFINE DELPHI20_UP} + {$DEFINE DELPHI21_UP} + {$DEFINE DELPHI22_UP} + {$DEFINE DELPHI23_UP} + {$DEFINE DELPHI24_UP} + {$DEFINE DELPHI25_UP} + {$DEFINE DELPHI26_UP} + {$DEFINE DELPHI27_UP} + {$DEFINE DELPHI28_UP} + {$DEFINE DELPHI29_UP} + {$DEFINE DELPHI30_UP} +{$ENDIF} + {$IFDEF FPC} {$DEFINE SUPPORTS_INLINE} {$IF DEFINED(FPC_FULLVERSION) AND (FPC_FULLVERSION >= 30200)} @@ -453,6 +483,7 @@ {$DEFINE DELPHI27_UP} {$DEFINE DELPHI28_UP} {$DEFINE DELPHI29_UP} + {$DEFINE DELPHI30_UP} {$ENDIF} {$ENDIF} diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index 6324713a..c08ee62c 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,7 +2,7 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 751, + "InternalVersion" : 752, "Name" : "cef4delphi_lazarus.lpk", "Version" : "138.0.26" }