mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 08:49:38 +02:00
* no type helpers in version 2.6.*
git-svn-id: trunk@32263 -
This commit is contained in:
parent
fde42ca8ef
commit
4a32135563
rtl/objpas/sysutils
@ -309,8 +309,10 @@ Type
|
||||
{$i systhrdh.inc}
|
||||
|
||||
{ Type Helpers}
|
||||
{$IFNDEF VER2_6}
|
||||
{$i syshelph.inc}
|
||||
|
||||
{$ENDIF}
|
||||
|
||||
procedure FreeAndNil(var obj);
|
||||
|
||||
{ interface handling }
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user