1
0
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:
salvadordf
2022-04-26 12:14:05 +02:00
parent 63bd707553
commit 57364ec1b9
2 changed files with 11 additions and 6 deletions

View File

@ -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}