Subversion Repositories Kolibri OS

Rev

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

Rev 6495 Rev 6535
Line 12... Line 12...
12
public init_proclib as '_kolibri_proclib_init'
12
public init_proclib as '_kolibri_proclib_init'
13
;;; Returns 0 on success. -1 on failure.
13
;;; Returns 0 on success. -1 on failure.
Line 14... Line 14...
14
 
14
 
-
 
15
proc init_proclib
15
proc init_proclib
16
	pusha
16
	mcall 68,11
17
	mcall 68,11
-
 
18
	stdcall dll.Load, @IMPORT
17
	stdcall dll.Load, @IMPORT
19
	popa
18
	ret
20
	ret
Line 19... Line 21...
19
endp	
21
endp	
20
 
22