Subversion Repositories Kolibri OS

Rev

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

Rev 6930 Rev 6969
Line 304... Line 304...
304
:void die(dword _last_msg)
304
:void die(dword _last_msg)
305
{
305
{
306
	notify(_last_msg);
306
	notify(_last_msg);
307
	ExitProcess();
307
	ExitProcess();
308
}
308
}
-
 
309
:unsigned char size[25]=0;
309
:dword ConvertSizeToKb(unsigned int bytes)
310
:dword ConvertSizeToKb(unsigned int bytes)
310
{
311
{
311
	unsigned char size[25]=0;
-
 
312
	unsigned int kb;
312
	unsigned int kb;
313
	dword kb_line;
313
	dword kb_line;
Line 314... Line 314...
314
 
314
 
315
	if (bytes >= 1024)
315
	if (bytes >= 1024)