Subversion Repositories Kolibri OS

Rev

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

Rev 1614 Rev 1615
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 1614 $
8
$Revision: 1615 $
Line 9... Line 9...
9
 
9
 
Line 319... Line 319...
319
          attach_int_handler,    'AttachIntHandler',   \      ; stdcall
319
          attach_int_handler,    'AttachIntHandler',   \      ; stdcall
320
          user_alloc,            'UserAlloc',          \      ; stdcall
320
          user_alloc,            'UserAlloc',          \      ; stdcall
321
          user_free,             'UserFree',           \      ; stdcall
321
          user_free,             'UserFree',           \      ; stdcall
322
          unmap_pages,           'UnmapPages',         \      ; eax, ecx
322
          unmap_pages,           'UnmapPages',         \      ; eax, ecx
323
          sys_msg_board_str,     'SysMsgBoardStr',     \
323
          sys_msg_board_str,     'SysMsgBoardStr',     \
-
 
324
          get_timer_ticks,       'GetTimerTicks',      \
324
          delay_hs,              'Delay',              \      ; ebx
325
          delay_hs,              'Delay',              \      ; ebx
325
          set_mouse_data,        'SetMouseData'
326
          set_mouse_data,        'SetMouseData'