mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 05:29:18 +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}
|
{$i dosh.inc}
|
||||||
|
|
||||||
{Extra Utils}
|
{Extra Utils}
|
||||||
function weekday(y,m,d : longint) : longint;
|
function weekday(y,m,d : longint) : longint; platform;
|
||||||
Procedure UnixDateToDt(SecsPast: LongInt; Var Dt: DateTime);
|
Procedure UnixDateToDt(SecsPast: LongInt; Var Dt: DateTime); platform;
|
||||||
Function DTToUnixDate(DT: DateTime): LongInt;
|
Function DTToUnixDate(DT: DateTime): LongInt; platform;
|
||||||
|
|
||||||
{Disk}
|
{Disk}
|
||||||
Function AddDisk(const path:string) : byte;
|
Function AddDisk(const path:string) : byte; platform;
|
||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user