| version 1.14, 2004/02/18 21:58:42 | version 1.16, 2004/02/29 00:57:06 | 
| Line 20  typedef unsigned __int64 UINT64; | Line 20  typedef unsigned __int64 UINT64; | 
 | #define INLINE                          __inline | #define INLINE                          __inline | 
 | #define QWORD_CONST(v)          ((DWORDLONG)(v)) | #define QWORD_CONST(v)          ((DWORDLONG)(v)) | 
 | #define SQWORD_CONST(v)         ((LONGLONG)(v)) | #define SQWORD_CONST(v)         ((LONGLONG)(v)) | 
 |  | #define snprintf                        _snprintf | 
 | #define vsnprintf                       _vsnprintf | #define vsnprintf                       _vsnprintf | 
 | #else | #else | 
 | #include        <stdlib.h> | #include        <stdlib.h> | 
| Line 73  typedef signed __int64  SINT64; | Line 74  typedef signed __int64  SINT64; | 
 |  |  | 
 | #define SOUNDRESERVE    20 | #define SOUNDRESERVE    20 | 
 |  |  | 
 |  | #define SUPPORT_CRT31KHZ | 
 | #define SUPPORT_HOSTDRV | #define SUPPORT_HOSTDRV | 
 | #define SUPPORT_SWSEEKSND | #define SUPPORT_SWSEEKSND | 
 |  |  |