+ Added MAX_PATH for Delphi/Kylix compatibility.

This commit is contained in:
michael 2005-05-12 20:30:51 +00:00
parent 2e48181661
commit 30b55c8bee

View File

@ -194,7 +194,7 @@ const
PathDelim={System.}DirectorySeparator;
DriveDelim={System.}DriveSeparator;
PathSep={System.}PathSeparator;
MAX_PATH={System.}MaxPathLen;
Type
TFileRec=FileRec;
@ -237,7 +237,10 @@ Type
{
$Log$
Revision 1.14 2005-03-12 14:56:22 florian
Revision 1.15 2005-05-12 20:30:51 michael
+ Added MAX_PATH for Delphi/Kylix compatibility.
Revision 1.14 2005/03/12 14:56:22 florian
+ added Ansi* routines to widestring manager
* made them using OS calls on windows