Subversion Repositories Kolibri OS

Rev

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

Rev 5548 Rev 5621
Line 38... Line 38...
38
{
38
{
39
	int id, key;
39
	int id, key;
Line 40... Line 40...
40
 
40
 
41
	mem_Init();
41
	mem_Init();
42
	if (load_dll2(libtruetype, #truetype, 1) != 0) notify("Error: library doesn't exists - truetype");
42
	if (load_dll2(libtruetype, #truetype, 1) != 0) notify("Error: library doesn't exists - truetype");
43
	if (load_dll2(Proc_lib, #OpenDialog_init,0)!=0) notify("Error: library doesn't exists - Proc_lib (open_dialog)");
43
	if (load_dll2(Proc_lib, #OpenDialog_init,0)!=0) notify(LIB_IO_LOAD_ERR);
Line 44... Line 44...
44
	OpenDialog_init stdcall (#o_dialog);
44
	OpenDialog_init stdcall (#o_dialog);
Line 45... Line 45...
45
 
45