Subversion Repositories Kolibri OS

Rev

Rev 6535 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6535 Rev 6898
Line 14... Line 14...
14
	
14
	
15
virtual at 0
15
virtual at 0
16
        http_msg http_msg
16
        http_msg http_msg
Line 17... Line 17...
17
end virtual
17
end virtual
Line 18... Line 18...
18
 
18
 
Line 19... Line 19...
19
public init_network as '_kolibri_http_init'
19
public init_network as '_init_network_asm'
20
	
-
 
21
;;; Returns 0 on success. -1 on failure.
-
 
22
 
20
	
-
 
21
;;; Returns 0 on success. -1 on failure.
-
 
22
 
-
 
23
proc init_network
-
 
24
	stdcall dll.Load, @IMPORT
23
proc init_network
25
	test    eax, eax
-
 
26
	jnz     error
-
 
27
 
-
 
28
	mov eax, 0
24
	pusha
29
	ret
25
	mcall 68,11
30
 
Line 26... Line 31...
26
	stdcall dll.Load, @IMPORT
31
error: