Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
750 victor 1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2540 hidnplayr 3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
750 victor 4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
 
488 spraid 8
;============================================================================
9
;
530 mikedld 10
;  External kernel dependencies
488 spraid 11
;
12
;============================================================================
13
 
2540 hidnplayr 14
$Revision $
593 mikedld 15
 
16
 
521 diamond 17
align 4
488 spraid 18
@IMPORT:
19
 
20
library \
2382 hidnplayr 21
        libini,'libini.obj'
488 spraid 22
 
2382 hidnplayr 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'