Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
1159 hidnplayr 1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
 
8
;============================================================================
9
;
10
;  External kernel dependencies
11
;
12
;============================================================================
13
 
14
$Revision: 750 $
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'