You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-12-03 21:44:45 +02:00
Fix for crashes on old Delphi versions
This commit is contained in:
@@ -42,10 +42,16 @@ unit uCEFTypes;
|
||||
{$MINENUMSIZE 4}
|
||||
{$ENDIF}
|
||||
|
||||
{$I cef.inc}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
{$IFDEF DELPHI16_UP}
|
||||
WinApi.Windows, System.Math;
|
||||
{$ELSE}
|
||||
Windows, Math;
|
||||
{$ENDIF}
|
||||
|
||||
type
|
||||
PCefStringWide = ^TCefStringWide;
|
||||
|
||||
Reference in New Issue
Block a user