Subversion Repositories Kolibri OS

Rev

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

Rev 6502 Rev 6827
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: 6502 $
8
$Revision: 6827 $
9
 
9
 
10
include "core/sync.inc"         ; macros for synhronization objects
10
include "core/sync.inc"         ; macros for synhronization objects
11
include "core/sys32.inc"        ; process management
11
include "core/sys32.inc"        ; process management
Line 63... Line 63...
63
 
63
 
Line 64... Line 64...
64
include "fs/fs_lfn.inc"         ; sysfunction 70
64
include "fs/fs_lfn.inc"         ; sysfunction 70
Line -... Line 65...
-
 
65
 
-
 
66
include "network/stack.inc"
65
 
67
 
66
include "network/stack.inc"
68
include "crc.inc"               ; checksums
67
 
69