1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Fixed backwards compatibility issues in Delphi and Linux build issues in Lazarus

This commit is contained in:
Salvador Díaz Fau
2020-02-04 11:50:38 +01:00
parent 99efd21094
commit 40328b5724
4 changed files with 7 additions and 6 deletions

View File

@@ -592,12 +592,11 @@ const
CEF_SENTINEL_DOCLOSE = {$IFDEF MSWINDOWS}WM_APP +{$ENDIF} $A0B;
CEF_BEFORECLOSE = {$IFDEF MSWINDOWS}WM_APP +{$ENDIF} $A0C;
{$IFDEF FPC}
// Lazarus and some old Delphi versions don't have these message contants
WM_TOUCH = $0240;
WM_POINTERUPDATE = $0245;
WM_POINTERDOWN = $0246;
WM_POINTERUP = $0247;
{$ENDIF}
CEF_TIMER_MINIMUM = $0000000A;
CEF_TIMER_MAXIMUM = $7FFFFFFF;