Subversion Repositories Kolibri OS

Rev

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

Rev 7049 Rev 7245
Line 2... Line 2...
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[16];
5
 };
5
 };
Line 6... Line -...
6
 
-
 
7
 
6
 
8
proc_info pr_inf;
-
 
9
char communication_area_name[] = "FFFFFFFF_open_dialog";
7
proc_info pr_inf;
10
char opendir_path[3072];
-
 
11
char open_dialog_path[] = "/rd/1/File managers/opendial";
8
char opendir_path[3072];
12
char openfile_path[4096];
9
char openfile_path[4096];
Line 13... Line -...
13
char filename_area[1024];
-
 
14
 
10
char filename_area[1024];
15
 
11
 
16
opendialog o_dialog = {
12
opendialog o_dialog = {
17
	0,
13
	0,
18
	#pr_inf, 
14
	#pr_inf,