2
0
Эх сурвалжийг харах

* use directory separator from System unit

git-svn-id: trunk@12794 -
Károly Balogh 16 жил өмнө
parent
commit
d800d165de
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      ide/fputils.pas

+ 2 - 2
ide/fputils.pas

@@ -19,14 +19,14 @@ interface
 uses Objects;
 
 const
+  dirsep = System.DirectorySeparator;
+  
 {$ifdef Unix}
-  dirsep = '/';
   listsep = [';',':'];
   exeext = '';
   pasext = '.pas';
   ppext  = '.pp';
 {$else}
-  dirsep = '\';
   listsep = [';'];
   exeext = '.exe';
   pasext = '.pas';