Subversion Repositories Kolibri OS

Rev

Rev 9715 | Details | Compare with Previous | Last modification | View Log | RSS feed

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