Subversion Repositories Kolibri OS

Rev

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

Rev 1306 Rev 1735
Line 5... Line 5...
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
format MS COFF
8
format MS COFF
Line 9... Line 9...
9
 
9
 
10
include 'config.inc'
10
include 'CONFIG.INC'
11
 
11
 
12
;structs----------------------------------------------------------
12
;structs----------------------------------------------------------
Line 31... Line 31...
31
include '..\proc32.inc'
31
include '..\proc32.inc'
32
include '..\imports.inc'
32
include '..\imports.inc'
Line 33... Line 33...
33
 
33
 
Line 34... Line 34...
34
section '.flat' code readable align 16
34
section '.flat' code readable align 16
Line 35... Line 35...
35
 
35
 
36
include 'sb16.inc'
36
include 'SB16.INC'
37
 
37
 
38
;-------------------------------------------------------------------------------
38
;-------------------------------------------------------------------------------