Subversion Repositories Kolibri OS

Rev

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

Rev 7736 Rev 7828
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: 7736 $
8
$Revision: 7828 $
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 68... Line 68...
68
include "network/stack.inc"
68
include "network/stack.inc"
Line 69... Line 69...
69
 
69
 
70
include "crc.inc"               ; checksums
70
include "crc.inc"               ; checksums
Line -... Line 71...
-
 
71
include "unicode.inc"
-
 
72
 
71
include "unicode.inc"
73
include "other/array.inc"       ; array
72
 
74
 
73
; include "imports.inc"
75
; include "imports.inc"