Subversion Repositories Kolibri OS

Rev

Rev 9698 | Rev 10016 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9698 Rev 9734
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
4
;;  Distributed under terms of the GNU General Public License.  ;;
4
;;  Distributed under terms of the GNU General Public License.  ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 9698 $
8
$Revision: 9734 $
9
 
9
 
10
ERROR_SUCCESS        = 0
10
ERROR_SUCCESS        = 0
11
ERROR_DISK_BASE      = 1
11
ERROR_DISK_BASE      = 1
Line 786... Line 786...
786
 
786
 
787
include "parse_fn.inc"
787
include "parse_fn.inc"
788
include "fs_common.inc"
788
include "fs_common.inc"
789
include "iso9660.inc"   ; read for CD filesystem
789
include "iso9660.inc"   ; read for CD filesystem
-
 
790
include "fat.inc"
790
include "fat.inc"
791
include "exfat.inc"
791
include "ntfs.inc"
792
include "ntfs.inc"
792
include "ext.inc"
793
include "ext.inc"