* applied patch by Thaddy de Koning to fix Mantis #35378: correctly declare TNativeIntHelper.MinValue

git-svn-id: trunk@41881 -
This commit is contained in:
svenbarth 2019-04-16 09:24:05 +00:00
parent 44beea91b5
commit 9d10f21b07

View File

@ -523,7 +523,7 @@ Type
public
const
MaxValue = High(NativeInt);
MinValue = Low(NativeUInt);
MinValue = Low(NativeInt);
Public
Class Function Parse(const AString: string): NativeInt; inline; static;
Class Function Size: Integer; inline; static;