Subversion Repositories Kolibri OS

Rev

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

Rev 6459 Rev 6495
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 '_init_network_asm'
19
public init_network as '_kolibri_http_init'
20
	
-
 
21
;;; Returns 0 on success. -1 on failure.
20
	
22
 
-
 
23
proc init_network
21
;;; Returns 0 on success. -1 on failure.
24
	
-
 
25
	mcall 68,11
-
 
26
	
-
 
27
	stdcall dll.Load, @IMPORT
-
 
28
        test    eax, eax
-
 
29
        jnz     error
-
 
30
	
-
 
31
	mov eax, 0
-
 
32
	ret
22
 
33
	
23
proc init_network
Line 34... Line 24...
34
error:	
24
	mcall 68,11