Subversion Repositories Kolibri OS

Rev

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

Rev 5624 Rev 5626
Line 63... Line 63...
63
 
63
 
64
void main()
64
void main()
65
{   
65
{   
66
	dword id, key;
66
	dword id, key;
67
	mem_Init();
67
	mem_Init();
68
	if (load_dll2(libio,  #libio_init,1)!=0) notify(LIB_IO_LOAD_ERR);
68
	load_dll(libio,  #libio_init,1);
69
	if (load_dll2(libimg, #libimg_init,1)!=0) notify(LIB_IMG_LOAD_ERR);
69
	load_dll(libimg, #libimg_init,1);
Line 70... Line 70...
70
	if (load_dll2(libini, #lib_init,1)!=0) notify(LIB_INI_LOAD_ERR);
70
	load_dll(libini, #lib_init,1);
71
 
71
 
Line 72... Line 72...
72
	Libimg_LoadImage(#skin, "/sys/icons32.png");
72
	Libimg_LoadImage(#skin, "/sys/icons32.png");