You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Added more conditional cmpilation for Windows
- Fixed bug with space char in OSR mode. - SimpleOSRBrowser demo now follows the destruction sequence steps for browsers in OSR mode.
This commit is contained in:
@@ -43,8 +43,8 @@ interface
|
||||
|
||||
uses
|
||||
{$IFDEF DELPHI16_UP}
|
||||
WinApi.Windows, System.Classes, Vcl.Controls, System.SysUtils, System.Math,
|
||||
WinApi.ActiveX, WinApi.ShlObj, WinApi.ShellApi, System.StrUtils, System.AnsiStrings,
|
||||
{$IFDEF MSWINDOWS}WinApi.Windows, WinApi.ActiveX, WinApi.ShlObj, WinApi.ShellApi, Vcl.Controls,{$ENDIF}
|
||||
System.Classes, System.SysUtils, System.Math, System.StrUtils, System.AnsiStrings,
|
||||
{$ELSE}
|
||||
Windows, Classes, Controls, SysUtils, Math,
|
||||
ActiveX, ShlObj, Shellapi, StrUtils,
|
||||
|
||||
Reference in New Issue
Block a user