|
|
| version 1.5, 2004/08/09 04:47:53 | version 1.7, 2005/02/04 06:42:12 |
|---|---|
| Line 6 | Line 6 |
| #include <stdio.h> | #include <stdio.h> |
| #include <stddef.h> | #include <stddef.h> |
| #include <setjmp.h> | #include <setjmp.h> |
| #if defined(TRACE) | |
| #include <assert.h> | |
| #endif | |
| #define BYTESEX_LITTLE | #define BYTESEX_LITTLE |
| #if !defined(UNICODE) | #if !defined(UNICODE) |
| Line 69 typedef signed __int64 SINT64; | Line 72 typedef signed __int64 SINT64; |
| #define GETTICK() GetTickCount() | #define GETTICK() GetTickCount() |
| #if defined(TRACE) | |
| #define __ASSERT(s) assert(s) | |
| #else | |
| #define __ASSERT(s) | #define __ASSERT(s) |
| #endif | |
| #if defined(UNICODE) | #if defined(UNICODE) |
| #define SPRINTF sprintf | #define SPRINTF sprintf |
| #define STRLEN strlen | #define STRLEN strlen |
| Line 102 typedef signed __int64 SINT64; | Line 109 typedef signed __int64 SINT64; |
| #define SUPPORT_24BPP | #define SUPPORT_24BPP |
| #define SUPPORT_32BPP | #define SUPPORT_32BPP |
| #define SUPPORT_OPM | |
| #define SUPPORT_BANKMEM | #define SUPPORT_BANKMEM |
| #define SUPPORT_X1F | #define SUPPORT_X1F |
| #define SUPPORT_RESUME | |
| #define SUPPORT_STATSAVE 10 | |
| #define SOUNDRESERVE 20 | #define SOUNDRESERVE 20 |