Subversion Repositories Kolibri OS

Rev

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

Rev 2528 Rev 2566
Line 9... Line 9...
9
dword  final_addr   = #stop+32;
9
dword  final_addr   = #stop+32;
10
dword  alloc_mem    = #0x00100000;
10
dword  alloc_mem    = #0x00100000;
11
dword  x86esp_reg   = #0x00100000;
11
dword  x86esp_reg   = #0x00100000;
12
dword  I_Param      = #param;
12
dword  I_Param      = #param;
13
dword  I_Path       = #program_path;
13
dword  I_Path       = #program_path;
14
char param[4096]="";
14
char param[4096];
15
char program_path[4096]="";
15
char program_path[4096];
Line 16... Line 16...
16
 
16
 
17
//Events
17
//Events
18
#define evMouse	6
18
#define evMouse	6
19
#define evButton	3
19
#define evButton	3