You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 3.3396.1775.g5340bb0
- Bug fix #117 - ResponseFilterBrowser now ignores the Content-Length is it has a compressed size
This commit is contained in:
@@ -47,11 +47,11 @@ interface
|
||||
|
||||
uses
|
||||
{$IFDEF DELPHI16_UP}
|
||||
{$IFDEF MSWINDOWS}WinApi.Windows, WinApi.ActiveX, WinApi.ShlObj, WinApi.ShellApi, Vcl.Controls,{$ENDIF}
|
||||
System.Classes, System.SysUtils, System.Math, System.StrUtils, System.AnsiStrings,
|
||||
{$IFDEF MSWINDOWS}WinApi.Windows, WinApi.ActiveX, WinApi.ShlObj, WinApi.ShellApi,{$ENDIF}
|
||||
System.Classes, Vcl.Controls, System.SysUtils, System.Math, System.StrUtils, System.AnsiStrings,
|
||||
{$ELSE}
|
||||
Windows, Classes, Controls, SysUtils, Math,
|
||||
ActiveX, ShlObj, Shellapi, StrUtils,
|
||||
{$IFDEF MSWINDOWS}Windows, ActiveX, ShlObj, Shellapi,{$ENDIF}
|
||||
Classes, Controls, SysUtils, Math, StrUtils,
|
||||
{$ENDIF}
|
||||
uCEFDragData, uCEFInterfaces, uCEFTypes, uOLEDragAndDrop;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user