From a395b4869387e4ce172aef7c9b5238f1fdb7f1e5 Mon Sep 17 00:00:00 2001 From: salvadordf Date: Thu, 10 Feb 2022 17:06:12 +0100 Subject: [PATCH] Fixed the uses clause in uWVBrowserBase --- source/uWVBrowserBase.pas | 2 +- update_CEF4Delphi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/uWVBrowserBase.pas b/source/uWVBrowserBase.pas index f038863..88ceda4 100644 --- a/source/uWVBrowserBase.pas +++ b/source/uWVBrowserBase.pas @@ -13,7 +13,7 @@ interface {$ELSE} Winapi.Windows, System.Classes, System.Types, System.UITypes, System.SysUtils, Winapi.ActiveX, Winapi.Messages, {$IFDEF DELPHI20_UP}System.JSON,{$ENDIF} - {$IFDEF DELPHI26_UP}System.NetEncoding,{$ELSE}Web.HTTPApp,{$ENDIF} + {$IFDEF DELPHI21_UP}System.NetEncoding,{$ELSE}Web.HTTPApp,{$ENDIF} {$ENDIF} uWVTypes, uWVConstants, uWVTypeLibrary, uWVLibFunctions, uWVLoader, uWVInterfaces, uWVEvents, uWVCoreWebView2, uWVCoreWebView2Settings, diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index c7c5411..92900ea 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,7 +2,7 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 32, + "InternalVersion" : 33, "Name" : "webview4delphi.lpk", "Version" : "1.0.1108.44" }