Subversion Repositories Kolibri OS

Rev

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

Rev 6751 Rev 6759
Line 606... Line 606...
606
:dword program_path_length;
606
:dword program_path_length;
Line 607... Line 607...
607
 
607
 
608
//The initialization of the initial data before running
608
//The initialization of the initial data before running
609
void ______INIT______()
609
void ______INIT______()
-
 
610
{
-
 
611
	if (program_path[0]!='/') I_Path++;
610
{
612
	
611
	self.dir = #__BUF_DIR__;
613
	self.dir = #__BUF_DIR__;
612
	self.file = 0;
614
	self.file = 0;
613
	self.path = I_Path;
615
	self.path = I_Path;
Line 620... Line 622...
620
	DOUBLE_CLICK_DELAY = GetMouseDoubleClickDelay();
622
	DOUBLE_CLICK_DELAY = GetMouseDoubleClickDelay();
621
	__generator = GetStartTime();
623
	__generator = GetStartTime();
Line 622... Line 624...
622
	
624
	
Line 623... Line -...
623
	mem_init();
-
 
Line 624... Line 625...
624
 
625
	mem_init();
625
	if (program_path[0]!='/') I_Path++;
626
 
626
 
627
 
627
	main();
628
	main();