Subversion Repositories Kolibri OS

Rev

Rev 750 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 750 Rev 1376
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
 
7
 
8
;============================================================================
8
;============================================================================
9
;
9
;
10
;  External kernel dependencies
10
;  External kernel dependencies
11
;
11
;
12
;============================================================================
12
;============================================================================
13
 
13
 
14
$Revision: 750 $
14
$Revision: 1376 $
15
 
15
 
16
 
16
 
17
align 4
17
align 4
18
@IMPORT:
18
@IMPORT:
19
 
19
 
20
library \
20
library \
21
	libini,'libini.obj'
21
	libini,'libini.obj'
22
 
22
 
23
import	libini, \
23
import	libini, \
24
	ini.lib_init,'lib_init',\
24
	ini.lib_init,'lib_init',\
25
	ini.get_str,'ini.get_str',\
25
	ini.get_str,'ini.get_str',\
26
	ini.enum_keys,'ini.enum_keys',\
26
	ini.enum_keys,'ini.enum_keys',\
27
	ini.get_int,'ini.get_int'
27
	ini.get_int,'ini.get_int'