mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00
* add platform modifiers to all locally defined functions in unix' dos unit.
git-svn-id: trunk@22069 -
This commit is contained in:
parent
45d27ef82e
commit
b822371d41
@ -47,12 +47,12 @@ Type
|
||||
{$i dosh.inc}
|
||||
|
||||
{Extra Utils}
|
||||
function weekday(y,m,d : longint) : longint;
|
||||
Procedure UnixDateToDt(SecsPast: LongInt; Var Dt: DateTime);
|
||||
Function DTToUnixDate(DT: DateTime): LongInt;
|
||||
function weekday(y,m,d : longint) : longint; platform;
|
||||
Procedure UnixDateToDt(SecsPast: LongInt; Var Dt: DateTime); platform;
|
||||
Function DTToUnixDate(DT: DateTime): LongInt; platform;
|
||||
|
||||
{Disk}
|
||||
Function AddDisk(const path:string) : byte;
|
||||
Function AddDisk(const path:string) : byte; platform;
|
||||
|
||||
Implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user