Subversion Repositories Kolibri OS

Rev

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

Rev 887 Rev 889
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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: 887 $
8
$Revision: 889 $
9
 
9
 
Line 560... Line 560...
560
; warging
560
; warging
561
;  You mast call mem_free() to delete each file
561
;  You mast call mem_free() to delete each file
562
;  loaded by the load_file() function
562
;  loaded by the load_file() function
Line 563... Line 563...
563
 
563
 
-
 
564
align 4
564
align 4
565
_load_file@4:
565
proc load_file stdcall, file_name:dword
566
proc load_file stdcall, file_name:dword
566
           locals
567
           locals
567
             attr   dd ?
568
             attr   dd ?
568
             flags  dd ?
569
             flags  dd ?