Subversion Repositories Kolibri OS

Rev

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

Rev 6456 Rev 6495
Line 8... Line 8...
8
include '../../../programs/macros.inc'
8
include '../../../programs/macros.inc'
9
purge section,mov,add,sub
9
purge section,mov,add,sub
Line 10... Line 10...
10
 
10
 
Line 11... Line 11...
11
include '../../../programs/dll.inc'
11
include '../../../programs/dll.inc'
Line 12... Line 12...
12
	
12
	
Line 13... Line 13...
13
public init_libini as '_init_libini_asm'
13
public init_libini as '_kolibri_libini_init'
14
	
-
 
15
;;; Returns 0 on success. -1 on failure.
14
	
16
 
-
 
17
proc init_libini
15
;;; Returns 0 on success. -1 on failure.
18
	
-
 
19
	mcall 68,11
-
 
20
	
-
 
21
	stdcall dll.Load, @IMPORT
-
 
22
        test    eax, eax
-
 
23
        jnz     error
-
 
24
	
-
 
25
	mov eax, 0
-
 
26
	ret
16
 
27
	
17
proc init_libini
Line 28... Line 18...
28
error:	
18
	mcall 68,11