Subversion Repositories Kolibri OS

Rev

Rev 1635 | Rev 3908 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;                                                              ;;
  3. ;; Copyright (C) KolibriOS team 2004-2011. 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: 2465 $
  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'
  28.