* no type helpers in version 2.6.*

git-svn-id: trunk@32263 -
This commit is contained in:
michael 2015-11-07 09:54:43 +00:00
parent fde42ca8ef
commit 4a32135563
2 changed files with 5 additions and 1 deletions
rtl/objpas/sysutils

View File

@ -309,8 +309,10 @@ Type
{$i systhrdh.inc}
{ Type Helpers}
{$IFNDEF VER2_6}
{$i syshelph.inc}
{$ENDIF}
procedure FreeAndNil(var obj);
{ interface handling }

View File

@ -41,7 +41,9 @@
{$i varerror.inc}
{ Type helpers}
{$IFNDEF VER2_6}
{$i syshelp.inc}
{$ENDIF}
{$ifndef OS_FILEISREADONLY}
Function FileIsReadOnly(const FileName: RawByteString): Boolean;