Subversion Repositories Kolibri OS

Rev

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

Rev 2829 Rev 3916
Line 11... Line 11...
11
#define E_NOMEM		30 
11
#define E_NOMEM		30 
12
#define E_PARAM		33
12
#define E_PARAM		33
13
 
13
 
Line -... Line 14...
-
 
14
 
14
 
15
#pragma pack(push,1)
15
typedef struct 
16
typedef struct 
16
{
17
{
17
unsigned	p00 __attribute__((packed));
18
unsigned	p00;
18
unsigned	p04 __attribute__((packed));
19
unsigned	p04;
19
unsigned	p08 __attribute__((packed));
20
unsigned	p08;
20
unsigned	p12 __attribute__((packed));
21
unsigned	p12;
21
unsigned	p16 __attribute__((packed));
22
unsigned	p16;
22
char		p20 __attribute__((packed));
23
char		p20;
23
char		*p21 __attribute__((packed));
24
char		*p21;
-
 
25
} kol_struct70;
Line -... Line 26...
-
 
26
#pragma pack(pop)
24
} kol_struct70 __attribute__((packed));
27
 
25
 
28
 
26
 
29
#pragma pack(push,1)
27
typedef struct
30
typedef struct
28
{
31
{
29
unsigned	p00 __attribute__((packed));
32
unsigned	p00;
30
char		p04 __attribute__((packed));
33
char		p04;
31
char		p05[3] __attribute__((packed));
34
char		p05[3];
32
unsigned	p08 __attribute__((packed));
35
unsigned	p08;
33
unsigned	p12 __attribute__((packed));
36
unsigned	p12;
34
unsigned	p16 __attribute__((packed));
37
unsigned	p16;
35
unsigned	p20 __attribute__((packed));
38
unsigned	p20;
36
unsigned	p24 __attribute__((packed));
39
unsigned	p24;
37
unsigned	p28 __attribute__((packed));
40
unsigned	p28;
-
 
41
unsigned	p32[2];
Line -... Line 42...
-
 
42
unsigned	p40;
-
 
43
} kol_struct_BDVK;
38
unsigned	p32[2] __attribute__((packed));
44
#pragma pack(pop)
39
unsigned	p40 __attribute__((packed));
45
 
40
} kol_struct_BDVK __attribute__((packed));
46
 
41
 
47
#pragma pack(push,1)
42
typedef struct
48
typedef struct
-
 
49
{
Line 43... Line 50...
43
{
50
char	*name;
44
char	*name __attribute__((packed));
51
void	*data;
45
void	*data __attribute__((packed));
52
} kol_struct_import;