Subversion Repositories svn1

Rev

Rev 383 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 383 Rev 384
Line 37... Line 37...
37
**  Common definitions
37
**  Common definitions
38
*/
38
*/
39
#undef offsetof
39
#undef offsetof
40
#define offsetof(TYPE, MEMBER) ((unsigned int) &((TYPE *)0)->MEMBER)
40
#define offsetof(TYPE, MEMBER) ((unsigned int) &((TYPE *)0)->MEMBER)
41
 
41
 
-
 
42
#define FALSE 0
-
 
43
#define TRUE 1
-
 
44
#define maraTime_t int
42
 
45
 
43
/*
46
/*
44
**  Nice HTML colours
47
**  Nice HTML colours
45
*/
48
*/
46
#define HTML_COLOUR_GREEN   0xeeffeeL
49
#define HTML_COLOUR_GREEN   0xeeffeeL