Subversion Repositories Kolibri OS

Rev

Rev 9715 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;                                                              ;;
  3. ;; Copyright (C) KolibriOS team 2004-2024. All rights reserved. ;;
  4. ;; Distributed under terms of the GNU General Public License    ;;
  5. ;;                                                              ;;
  6. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  7.  
  8.  
  9. ;============================================================================
  10. ;
  11. ;  External kernel dependencies
  12. ;
  13. ;============================================================================
  14.  
  15. align 4
  16. @IMPORT:
  17.  
  18. library \
  19.         libini,'libini.obj'
  20.  
  21. import  libini, \
  22.         ini.lib_init,'lib_init',\
  23.         ini.get_str,'ini.get_str',\
  24.         ini.enum_keys,'ini.enum_keys',\
  25.         ini.get_int,'ini.get_int'
  26.