Subversion Repositories Kolibri OS

Rev

Rev 9715 | Rev 9894 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9715 Rev 9832
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 9715 $
8
$Revision: 9832 $
9
 
9
 
10
 align 4
10
 align 4
11
__exports:
11
__exports:
Line 97... Line 97...
97
          r_f_port_area,         'ReservePortArea',    \
97
          r_f_port_area,         'ReservePortArea',    \
98
          boot_log,              'Boot_Log',           \
98
          boot_log,              'Boot_Log',           \
99
\
99
\
100
          load_cursor,           'LoadCursor',         \      ;stdcall
100
          load_cursor,           'LoadCursor',         \      ;stdcall
101
\
101
\
102
          get_curr_task,         'GetCurrentTask',     \
102
          get_curr_slot,         'GetCurrSlot',        \
103
          change_task,           'ChangeTask',         \
103
          change_task,           'ChangeTask',         \
104
          load_file,             'LoadFile',           \      ;retval eax, ebx
104
          load_file,             'LoadFile',           \      ;retval eax, ebx
105
          delay_ms,              'Sleep',              \
105
          delay_ms,              'Sleep',              \
106
\
106
\
107
          strncat,               'strncat',            \
107
          strncat,               'strncat',            \