Added DGEN to ISO and create file associatons.
[kolibrios.git] / kernel / branches / kolibri-lldw / imports.inc
blob8e786ad476c1f29e112c9a1b79b5da77510a092f
1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2 ;;                                                              ;;
3 ;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
4 ;; Distributed under terms of the GNU General Public License    ;;
5 ;;                                                              ;;
6 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8 ;============================================================================
10 ;  External kernel dependencies
12 ;============================================================================
14 $Revision$
17 align 4
18 @IMPORT:
20 library \
21         libini,'libini.obj'
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'