|
|
| version 1.8, 2004/01/07 14:51:53 | version 1.9, 2004/01/15 15:52:32 |
|---|---|
| Line 113 typedef int BOOL; | Line 113 typedef int BOOL; |
| #endif | #endif |
| #define UNUSED(v) ((void)(v)) | #define UNUSED(v) ((void)(v)) |
| #define INLINE __inline | |
| #define FASTCALL | #define FASTCALL |
| #define SOUNDCALL | #define SOUNDCALL |
| #define MEMCALL | #define MEMCALL |
| #define CPUCALL | #define CPUCALL |
| #ifdef DEBUG | #ifdef DEBUG |
| #define INLINE | |
| #define __ASSERT(s) assert(s) | #define __ASSERT(s) assert(s) |
| #else | #else |
| #ifndef __ASSERT | |
| #define __ASSERT(s) | #define __ASSERT(s) |
| #endif | #endif |
| #ifndef INLINE | |
| #define INLINE __inline | |
| #endif | |
| #endif | |
| #ifndef NELEMENTS | #ifndef NELEMENTS |
| #define NELEMENTS(a) ((int)(sizeof(a) / sizeof(a[0]))) | #define NELEMENTS(a) ((int)(sizeof(a) / sizeof(a[0]))) |