Subversion Repositories Kolibri OS

Rev

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

Rev 3306 Rev 3336
Line 58... Line 58...
58
	int i, x;
58
	int i, x;
Line 59... Line 59...
59
	
59
	
60
   	mem_Init();
60
   	mem_Init();
61
	if (load_dll2(boxlib, #edit_box_draw,0)!=0)
61
	if (load_dll2(boxlib, #edit_box_draw,0)!=0)
62
	{
62
	{
63
		notify("error: library doesn't exists /rd/1/lib/box_lib.obj");
63
		notify("error: library doesn't exist /rd/1/lib/box_lib.obj");
64
		ExitProcess();
64
		ExitProcess();
65
	}
65
	}
66
	SetEventMask(0x27);
66
	SetEventMask(0x27);
67
	loop()
67
	loop()