Subversion Repositories Kolibri OS

Rev

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

Rev 6654 Rev 6656
Line 39... Line 39...
39
#define WINDOW_STEP_DRIVER_LIST 2;
39
#define WINDOW_STEP_DRIVER_LIST 2;
40
char window_step = WINDOW_STEP_INTRO;
40
char window_step = WINDOW_STEP_INTRO;
Line 41... Line 41...
41
 
41
 
Line 42... Line 42...
42
collection ini_sections;
42
collection ini_sections;
43
 
43
 
44
char drvinf_path[4096] = "/sys/drvinf.ini";
44
char drvinf_path[4096] = "/kolibrios/drivers/drvinf.ini";
45
char cur_version[64];
45
char cur_version[64];
46
char cur_description[1024];
46
char cur_description[1024];