Subversion Repositories Kolibri OS

Rev

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

Rev 6563 Rev 6651
Line 24... Line 24...
24
dword  I_Param      = #param;
24
dword  I_Param      = #param;
25
dword  I_Path       = #program_path;
25
dword  I_Path       = #program_path;
26
char param[4096];
26
char param[4096];
27
char program_path[4096];
27
char program_path[4096];
Line 28... Line 28...
28
 
28
 
Line 29... Line 29...
29
#define bool      char
29
#define bool      int
30
 
30
 
31
#define NULL      0
31
#define NULL      0
32
#define OLD      -1
32
#define OLD      -1