+ Moved PathDelim,DriveDelim,PathSep to sysutilh

This commit is contained in:
michael 2001-11-07 14:59:20 +00:00
parent a161ebaab2
commit 2f52ba40e8

View File

@ -233,21 +233,6 @@ Var
{$endif MT}
InOutRes : Word;
{****************************************************************************
System specific variables
****************************************************************************}
const
{$ifndef unix}
PathDelim = '\';
DriveDelim = ':';
PathSep = ';';
{$else}
PathDelim = '/';
DriveDelim = '';
PathSep = ':';
{$endif}
{****************************************************************************
Processor specific routines
****************************************************************************}
@ -569,7 +554,10 @@ const
{
$Log$
Revision 1.37 2001-11-07 13:52:37 michael
Revision 1.38 2001-11-07 14:59:20 michael
+ Moved PathDelim,DriveDelim,PathSep to sysutilh
Revision 1.37 2001/11/07 13:52:37 michael
+ Added PathDelim,DriveDelim,PathSep
Revision 1.36 2001/10/09 02:32:51 carl