Subversion Repositories Kolibri OS

Rev

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

Rev 7245 Rev 7788
Line 1... Line 1...
1
struct od_filter
1
struct od_filter
2
 {
2
 {
3
 	dword size; //size = len(#ext) + sizeof(dword)
3
 	dword size; //size = len(#ext) + sizeof(dword)
4
 	char ext[16];
4
 	char ext[25];
5
 };
5
 };
Line 6... Line 6...
6
 
6
 
7
proc_info pr_inf;
7
proc_info pr_inf;
8
char opendir_path[3072];
8
char opendir_path[3072];