Subversion Repositories Kolibri OS

Rev

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

Rev 4364 Rev 4821
Line 16... Line 16...
16
#include 
16
#include 
Line 17... Line 17...
17
 
17
 
18
typedef struct dom_string dom_string;
18
typedef struct dom_string dom_string;
19
extern struct dom_string {
19
extern struct dom_string {
20
	uint32_t refcnt;
20
	uint32_t refcnt;
Line 21... Line 21...
21
} _ALIGNED;
21
}; //_ALIGNED;
22
 
22
 
23
 
23