Subversion Repositories Kolibri OS

Rev

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

Rev 1468 Rev 1488
Line 27... Line 27...
27
otst_panel_left equ 265
27
otst_panel_left equ 265
Line 28... Line 28...
28
 
28
 
29
include 'tile_fun.inc'
29
include 'tile_fun.inc'
Line 30... Line 30...
30
include 'pl_import.inc'
30
include 'pl_import.inc'
Line 31... Line 31...
31
 
31
 
32
  @use_library
32
  @use_library_mem mem.Alloc,mem.Free,mem.ReAlloc, dll.Load
33
 
33
 
34
struct FileInfoBlock
34
struct FileInfoBlock
Line 78... Line 78...
78
	cmp	dword [ebp+ll_struc_size-4],0
78
	cmp	dword [ebp+ll_struc_size-4],0
79
	jz	@f
79
	jz	@f
80
	mcall	-1	;exit not correct
80
	mcall	-1	;exit not correct
81
@@:
81
@@:
Line 82... Line -...
82
 
-
 
83
  stdcall dll.Init,dword[lib_init]
-
 
84
  stdcall dll.Init,dword[lib_init_ini]
-
 
85
 
82
 
86
  copy_path ini_name,sys_path,file_name,0x0
83
  copy_path ini_name,sys_path,file_name,0x0
87
  stdcall dword[ini_get_str],file_name,ini_sec,ini_k_cache,dword[edit1.text],dword[edit1.max],ini_def_cache
84
  stdcall dword[ini_get_str],file_name,ini_sec,ini_k_cache,dword[edit1.text],dword[edit1.max],ini_def_cache
88
  stdcall [str_len],dword[edit1.text],dword[edit1.max]
85
  stdcall [str_len],dword[edit1.text],dword[edit1.max]
89
  mov dword[edit1.size],eax
86
  mov dword[edit1.size],eax