Subversion Repositories Kolibri OS

Rev

Rev 1879 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1879 Rev 5098
Line 1... Line 1...
1
#define NULL ((void*)0)
1
#define NULL ((void*)0)
Line -... Line 2...
-
 
2
 
2
 
3
#pragma pack(push, 1)
3
typedef struct 
4
typedef struct 
4
{
5
{
5
unsigned	p00 __attribute__((packed));
6
unsigned	p00;
6
unsigned	p04 __attribute__((packed));
7
unsigned	p04;
7
unsigned	p08 __attribute__((packed));
8
unsigned	p08;
8
unsigned	p12 __attribute__((packed));
9
unsigned	p12;
9
unsigned	p16 __attribute__((packed));
10
unsigned	p16;
10
char		p20 __attribute__((packed));
11
char		p20;
11
char		*p21 __attribute__((packed));
12
char		*p21;
Line 12... Line 13...
12
} kol_struct70 __attribute__((packed));
13
} kol_struct70;
13
 
14
 
14
 
15
 
15
typedef struct
16
typedef struct
16
{
17
{
17
unsigned	p00 __attribute__((packed));
18
unsigned	p00;
18
char		p04 __attribute__((packed));
19
char		p04;
19
char		p05[3] __attribute__((packed));
20
char		p05[3];
20
unsigned	p08 __attribute__((packed));
21
unsigned	p08;
21
unsigned	p12 __attribute__((packed));
22
unsigned	p12;
22
unsigned	p16 __attribute__((packed));
23
unsigned	p16;
23
unsigned	p20 __attribute__((packed));
24
unsigned	p20;
24
unsigned	p24 __attribute__((packed));
25
unsigned	p24;
25
unsigned	p28 __attribute__((packed));
26
unsigned	p28;
Line 26... Line 27...
26
unsigned	p32[2] __attribute__((packed));
27
unsigned	p32[2];
27
unsigned	p40 __attribute__((packed));
28
unsigned	p40;
28
} kol_struct_BDVK __attribute__((packed));
29
} kol_struct_BDVK;
29
 
30
 
30
typedef struct
31
typedef struct
-
 
32
{
Line 31... Line 33...
31
{
33
char	*name;
32
char	*name __attribute__((packed));
34
void	*data;
33
void	*data __attribute__((packed));
35
} kol_struct_import;