| version 1.3, 2004/01/27 07:51:49 | version 1.6, 2004/07/01 11:42:54 | 
| Line 5 | Line 5 | 
 |  |  | 
 | #define SLZAURUS | #define SLZAURUS | 
 | #define BYTESEX_LITTLE | #define BYTESEX_LITTLE | 
| #define OSLANG_SJIS | #define OSLANG_EUC | 
 | #define OSLINEBREAK_CRLF | #define OSLINEBREAK_CRLF | 
 |  |  | 
 |  |  | 
| Line 34  typedef signed int  SINT32; | Line 34  typedef signed int  SINT32; | 
 |  |  | 
 | #include        "common.h" | #include        "common.h" | 
 | #include        "milstr.h" | #include        "milstr.h" | 
 |  | #include        "codecnv.h" | 
 | #include        "_memory.h" | #include        "_memory.h" | 
 | #include        "rect.h" | #include        "rect.h" | 
 | #include        "lstarray.h" | #include        "lstarray.h" | 
| Line 48  typedef signed int  SINT32; | Line 49  typedef signed int  SINT32; | 
 | // #define      SOUND_CRITICAL | // #define      SOUND_CRITICAL | 
 |  |  | 
 | #define SUPPORT_SJIS | #define SUPPORT_SJIS | 
 |  | #define SUPPORT_EUC | 
 |  |  | 
 | #define SUPPORT_16BPP | #define SUPPORT_16BPP | 
 | #define MEMOPTIMIZE             2 | #define MEMOPTIMIZE             2 | 
 |  |  | 
 | #define SOUNDRESERVE    100 | #define SOUNDRESERVE    100 | 
 |  |  | 
 |  | #define SUPPORT_CRT15KHZ | 
 | #define SUPPORT_HOSTDRV | #define SUPPORT_HOSTDRV | 
 |  | #define SUPPORT_SWSEEKSND | 
 | #define SUPPORT_SASI | #define SUPPORT_SASI | 
 | #define SUPPORT_SCSI | #define SUPPORT_SCSI | 
 |  |  |