Subversion Repositories Kolibri OS

Rev

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

Rev 5621 Rev 5626
Line 33... Line 33...
33
 
33
 
34
void main()
34
void main()
35
{   
35
{   
36
	int id, key;
36
	int id, key;
37
   	mem_Init();
37
   	mem_Init();
Line 38... Line 38...
38
	if (load_dll2(boxlib, #box_lib_init,0)!=0) notify(BOX_LIB_LOAD_ERR);
38
	load_dll(boxlib, #box_lib_init,0);
39
 
39
 
Line 40... Line 40...
40
	dict_folder = abspath(DICT_DIRECROTY);
40
	dict_folder = abspath(DICT_DIRECROTY);