Subversion Repositories Kolibri OS

Rev

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

Rev 802 Rev 819
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: 802 $
8
$Revision: 819 $
9
 
9
 
10
 
10
 
Line 466... Line 466...
466
           jne .fail
466
           jne .fail
467
           sub ebx, 96
467
           sub ebx, 96
468
.init:
468
.init:
469
           mov [cur_def_interl], ebx
469
           mov [cur_def_interl], ebx
Line 470... Line -...
470
 
-
 
471
      ;     stdcall load_pe_driver, szAtiHW
-
 
472
 
470
 
473
           stdcall load_driver, szHwMouse
471
           stdcall load_driver, szHwMouse
474
           mov [hw_cursor], eax
472
           mov [hw_cursor], eax
475
           test eax, eax
473
           test eax, eax