Subversion Repositories Kolibri OS

Rev

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

Rev 6684 Rev 6698
Line 56... Line 56...
56
	debug(text);
56
	debug(text);
57
	debug(": ");
57
	debug(": ");
58
	debugi(number);
58
	debugi(number);
59
}
59
}
Line 60... Line -...
60
 
-
 
61
:void die(dword _last_msg)
-
 
62
{
-
 
63
	debugln(_last_msg);
-
 
64
	ExitProcess();
-
 
65
}
-
 
66
 
60
 
67
#endif
61
#endif