| version 1.7, 2005/02/11 21:17:22 | version 1.9, 2005/03/19 23:06:18 | 
| Line 25  typedef unsigned short UINT16; | Line 25  typedef unsigned short UINT16; | 
 | typedef signed int              SINT32; | typedef signed int              SINT32; | 
 | #endif | #endif | 
 |  |  | 
| #define BRESULT                         UINT8 | #define BRESULT                         UINT | 
 | #define OEMCHAR                         char | #define OEMCHAR                         char | 
| #define OEMTEXT(string)         (string) | #define OEMTEXT(string)         string | 
 | #define OEMSPRINTF                      sprintf | #define OEMSPRINTF                      sprintf | 
 | #define OEMSTRLEN                       strlen | #define OEMSTRLEN                       strlen | 
 |  |  | 
| Line 39  typedef signed int  SINT32; | Line 39  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" |