Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6897 → Rev 6898

/contrib/C_Layer/ASM/loadhttp.asm
16,16 → 16,21
http_msg http_msg
end virtual
 
public init_network as '_kolibri_http_init'
public init_network as '_init_network_asm'
;;; Returns 0 on success. -1 on failure.
 
proc init_network
pusha
mcall 68,11
stdcall dll.Load, @IMPORT
popa
test eax, eax
jnz error
 
mov eax, 0
ret
 
error:
mov eax, -1
ret
endp
@IMPORT: