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 11... Line 11...
11
	
11
	
12
public init_kmenu as '_kolibri_kmenu_init'
12
public init_kmenu as '_kolibri_kmenu_init'
Line 13... Line 13...
13
;;; Returns 0 on success. -1 on failure.
13
;;; Returns 0 on success. -1 on failure.
-
 
14
 
14
 
15
proc init_kmenu
15
proc init_kmenu
16
	pusha
-
 
17
	mcall 68,11
16
	mcall 68,11
18
	stdcall dll.Load, @IMPORT
17
	stdcall dll.Load, @IMPORT
19
	popa
Line 18... Line 20...
18
	ret
20
	ret
19
endp	
21
endp