You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Fix for issue #414 : Error Building on XE2
This commit is contained in:
@ -773,7 +773,7 @@ const
|
||||
// FPC works fine with a high(integer) value but if we try to use
|
||||
// integer(high(cardinal)) then it duplicates the result string.
|
||||
// Delphi however works fine with integer(high(cardinal)) but it doesn't show
|
||||
// any resul string if we use high(integer)
|
||||
// any result string when we use high(integer)
|
||||
{$IFDEF FPC}
|
||||
UINT32_MAX = high(integer);
|
||||
{$ELSE}
|
||||
|
Reference in New Issue
Block a user