Subversion Repositories Kolibri OS

Rev

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

Rev 3363 Rev 3368
Line 53... Line 53...
53
#include "installation.c";
53
#include "installation.c";
Line 54... Line 54...
54
 
54
 
55
void main()
55
void main()
56
{
56
{
57
	mem_Init();
57
	mem_Init();
58
	if (load_dll2(boxlib, #box_lib_init,0)!=0) notify("Error while loading library /rd/1/lib/box_lib.obj");
58
	//if (load_dll2(boxlib, #box_lib_init,0)!=0) notify("Error while loading library /rd/1/lib/box_lib.obj");
59
	SetEventMask(0x27);
59
	//SetEventMask(0x27);
60
	program_path[strrchr(#program_path, '/')] = 0x0;
60
	program_path[strrchr(#program_path, '/')] = 0x0;
61
	HalloLoop();
61
	HalloLoop();