Subversion Repositories Kolibri OS

Rev

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

Rev 598 Rev 750
-
 
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
 
1
;============================================================================
8
;============================================================================
2
;
9
;
3
;  External kernel dependencies
10
;  External kernel dependencies
4
;
11
;
5
;============================================================================
12
;============================================================================
6
 
13
 
7
$Revision: 598 $
14
$Revision: 750 $
8
 
15
 
9
 
16
 
10
align 4
17
align 4
11
@IMPORT:
18
@IMPORT:
12
 
19
 
13
library \
20
library \
14
	libini,'libini.obj'
21
	libini,'libini.obj'
15
 
22
 
16
import	libini, \
23
import	libini, \
17
	ini.lib_init,'lib_init',\
24
	ini.lib_init,'lib_init',\
18
	ini.get_str,'ini.get_str',\
25
	ini.get_str,'ini.get_str',\
19
	ini.enum_keys,'ini.enum_keys',\
26
	ini.enum_keys,'ini.enum_keys',\
20
	ini.get_int,'ini.get_int'
27
	ini.get_int,'ini.get_int'