* allow for AlignTypeData() to be inlined

git-svn-id: trunk@35322 -
This commit is contained in:
svenbarth 2017-01-20 15:39:33 +00:00
parent 8e510da317
commit 3b1ae57844

View File

@ -495,7 +495,7 @@ unit typinfo;
// general property handling
Function GetTypeData(TypeInfo : PTypeInfo) : PTypeData;
Function AlignTypeData(p : Pointer) : Pointer;
Function AlignTypeData(p : Pointer) : Pointer; inline;
Function GetPropInfo(TypeInfo: PTypeInfo;const PropName: string): PPropInfo;
Function GetPropInfo(TypeInfo: PTypeInfo;const PropName: string; AKinds: TTypeKinds): PPropInfo;