mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 14:29:31 +01:00
* also fix compilation of macutils unit after macutils.inc had been changed
git-svn-id: trunk@36882 -
This commit is contained in:
parent
8830ee0a3b
commit
aacea142de
@ -53,7 +53,7 @@ function IsDirectory (var spec: FSSpec): Boolean;
|
|||||||
|
|
||||||
function PathArgToFSSpec(s: string; var spec: FSSpec): Integer;
|
function PathArgToFSSpec(s: string; var spec: FSSpec): Integer;
|
||||||
|
|
||||||
function PathArgToFullPath(s: string; var fullpath: AnsiString): Integer;
|
function PathArgToFullPath(s: string; var fullpath: RawByteString): Integer;
|
||||||
|
|
||||||
{Gives the volume name (with appended colon) for a given volume reference number.}
|
{Gives the volume name (with appended colon) for a given volume reference number.}
|
||||||
function GetVolumeName(vRefNum: Integer; var volName: String): OSErr;
|
function GetVolumeName(vRefNum: Integer; var volName: String): OSErr;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user