Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6898 → Rev 6897

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