mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:29:39 +02:00
* no type helpers in version 2.6.*
git-svn-id: trunk@32263 -
This commit is contained in:
parent
fde42ca8ef
commit
4a32135563
@ -309,8 +309,10 @@ Type
|
|||||||
{$i systhrdh.inc}
|
{$i systhrdh.inc}
|
||||||
|
|
||||||
{ Type Helpers}
|
{ Type Helpers}
|
||||||
|
{$IFNDEF VER2_6}
|
||||||
{$i syshelph.inc}
|
{$i syshelph.inc}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
procedure FreeAndNil(var obj);
|
procedure FreeAndNil(var obj);
|
||||||
|
|
||||||
{ interface handling }
|
{ interface handling }
|
||||||
|
@ -41,7 +41,9 @@
|
|||||||
{$i varerror.inc}
|
{$i varerror.inc}
|
||||||
|
|
||||||
{ Type helpers}
|
{ Type helpers}
|
||||||
|
{$IFNDEF VER2_6}
|
||||||
{$i syshelp.inc}
|
{$i syshelp.inc}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
{$ifndef OS_FILEISREADONLY}
|
{$ifndef OS_FILEISREADONLY}
|
||||||
Function FileIsReadOnly(const FileName: RawByteString): Boolean;
|
Function FileIsReadOnly(const FileName: RawByteString): Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user