Subversion Repositories Kolibri OS

Rev

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

Rev 427 Rev 444
Line -... Line 1...
-
 
1
$Revision: 425 $
-
 
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
-
 
6
;;                                                              ;;
-
 
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 1... Line 8...
1
LOAD_FROM_FILE  equ 0
8
 
2
LOAD_FROM_MEM   equ 1
9
LOAD_FROM_FILE  equ 0
3
LOAD_INDIRECT   equ 2
10
LOAD_FROM_MEM   equ 1
4
LOAD_SYSTEM     equ 3
11
LOAD_INDIRECT   equ 2