Subversion Repositories svn1

Rev

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

Rev 386 Rev 390
Line 34... Line 34...
34
#define MAX_WEBPATH     200                      /* Length of Web import URL */
34
#define MAX_WEBPATH     200                      /* Length of Web import URL */
35
 
35
 
36
/*
36
/*
37
**  Common definitions
37
**  Common definitions
38
*/
38
*/
-
 
39
#if! defined _MSC_VER && !defined _CRT_USE_BUILTIN_OFFSETOF
39
#undef offsetof
40
#undef offsetof
40
#define offsetof(TYPE, MEMBER) ((unsigned int) &((TYPE *)0)->MEMBER)
41
#define offsetof(TYPE, MEMBER) ((unsigned int) &((TYPE *)0)->MEMBER)
-
 
42
#endif
41
 
43
 
42
#define FALSE 0
44
#define FALSE 0
43
#define TRUE 1
45
#define TRUE 1
44
#define maraTime_t int
46
#define maraTime_t int
45
 
47