1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-09-30 21:28:55 +02:00

Delphi 2009 compatibility fixes

This commit is contained in:
Salvador Díaz Fau
2017-09-17 13:06:45 +02:00
parent 63ea7e9065
commit 58bd16c441
7 changed files with 219 additions and 190 deletions

View File

@@ -51,7 +51,7 @@ uses
System.Rtti, System.TypInfo, System.Variants, System.SysUtils,
System.Classes, System.Math, System.SyncObjs, WinApi.Windows,
{$ELSE}
{$IFDEF DELPHI12_UP}
{$IFDEF DELPHI14_UP}
Rtti,
{$ENDIF}
TypInfo, Variants, SysUtils, Classes, Math, SyncObjs, Windows,