Browse Source

+ Added MAX_PATH for Delphi/Kylix compatibility.

michael 20 years ago
parent
commit
30b55c8bee
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/objpas/sysutils/sysutilh.inc

+ 5 - 2
rtl/objpas/sysutils/sysutilh.inc

@@ -194,7 +194,7 @@ const
   PathDelim={System.}DirectorySeparator;
   PathDelim={System.}DirectorySeparator;
   DriveDelim={System.}DriveSeparator;
   DriveDelim={System.}DriveSeparator;
   PathSep={System.}PathSeparator;
   PathSep={System.}PathSeparator;
-
+  MAX_PATH={System.}MaxPathLen;
 
 
 Type
 Type
    TFileRec=FileRec;
    TFileRec=FileRec;
@@ -237,7 +237,10 @@ Type
 
 
 {
 {
   $Log$
   $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
     + added Ansi* routines to widestring manager
     * made them using OS calls on windows
     * made them using OS calls on windows