Subversion Repositories Kolibri OS

Rev

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

Rev 6926 Rev 7736
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: 6926 $
8
$Revision: 7736 $
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 66... Line 66...
66
include "fs/fs_lfn.inc"         ; sysfunction 70
66
include "fs/fs_lfn.inc"         ; sysfunction 70
Line 67... Line 67...
67
 
67
 
Line 68... Line 68...
68
include "network/stack.inc"
68
include "network/stack.inc"
-
 
69
 
Line 69... Line 70...
69
 
70
include "crc.inc"               ; checksums
70
include "crc.inc"               ; checksums
71
include "unicode.inc"
71
 
72