Subversion Repositories Kolibri OS

Rev

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

Rev 8954 Rev 8955
Line 36... Line 36...
36
 
36
 
37
#define DELETE_BTN 4;
37
#define DELETE_BTN 4;
Line 38... Line 38...
38
#define DELETE_W sizeof(DELETE_TEXT)+2*6
38
#define DELETE_W sizeof(DELETE_TEXT)+2*6
39
 
-
 
Line 40... Line 39...
40
#include "engine.h"
39
 
Line -... Line 40...
-
 
40
#include "engine.h"
-
 
41
 
-
 
42
proc_info Form;
41
#include "ini.h"
43
 
42
	
44
#include "ini.h"
43
proc_info Form;
45
	
44
 
46