Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4349 Serge 1
 
2
 
3
.global _DllMainCRTStartup
4
5
6
 
7
 
8
.def	__start;	.scl	2;	.type	32;	.endef
9
 
10
11
.align 4
12
 
13
_DllMainCRTStartup:
14
15
	   call __pei386_runtime_relocator
16
 
17
18
.align 4
19
 
20
           ret
21