Subversion Repositories Kolibri OS

Rev

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

Rev 4645 Rev 6250
Line 4... Line 4...
4
   char path[64];
4
   char path[64];
5
} sysdir;
5
} sysdir;
6
 
6
 
Line 7... Line 7...
7
 
7
 
8
:int SetAddApplDir(dword tName, tPath)
8
:int SetAdditionalSystemDirectory(dword tName, tPath)
9
{
9
{
10
	int i;
10
	int i;
11
	strcpy(#sysdir.name, tName);
11
	strcpy(#sysdir.name, tName);
12
	strcpy(#sysdir.path, tPath);
12
	strcpy(#sysdir.path, tPath);