Subversion Repositories Kolibri OS

Rev

Rev 2288 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2288 clevermous 1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2455 mario79 3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
2288 clevermous 4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
 
8
;============================================================================
9
;
10
;  External kernel dependencies
11
;
12
;============================================================================
13
 
14
$Revision: 2455 $
15
 
16
 
17
align 4
18
@IMPORT:
19
 
20
library \
21
        libini,'libini.obj'
22
 
23
import  libini, \
24
        ini.lib_init,'lib_init',\
25
        ini.get_str,'ini.get_str',\
26
        ini.enum_keys,'ini.enum_keys',\
27
        ini.get_int,'ini.get_int'