| version 1.14, 2004/06/21 02:01:33 | version 1.18, 2005/03/19 21:02:05 | 
| Line 44  typedef signed int  SINT32; | Line 44  typedef signed int  SINT32; | 
 | #define HIGH16(a)       (((UINT32)(a)) >> 16) | #define HIGH16(a)       (((UINT32)(a)) >> 16) | 
 |  |  | 
 |  |  | 
 |  | #define BRESULT                         UINT8 | 
 |  | #if defined(OSLANG_UCS2) | 
 |  | #define OEMCHAR                         TCHAR | 
 |  | #define OEMTEXT(string)         _T(string) | 
 |  | #define OEMSPRINTF                      wsprintf | 
 |  | #define OEMSTRLEN                       lstrlen | 
 |  | #else | 
 |  | #define OEMCHAR                         char | 
 |  | #define OEMTEXT(string)         string | 
 |  | #define OEMSPRINTF                      sprintf | 
 |  | #define OEMSTRLEN                       strlen | 
 |  | #endif | 
 |  |  | 
 |  |  | 
 | #include        "common.h" | #include        "common.h" | 
 | #include        "oemtext.h" |  | 
 | #include        "milstr.h" | #include        "milstr.h" | 
 | #include        "ucscnv.h" |  | 
 | #include        "_memory.h" | #include        "_memory.h" | 
 | #include        "rect.h" | #include        "rect.h" | 
 | #include        "lstarray.h" | #include        "lstarray.h" | 
| Line 55  typedef signed int  SINT32; | Line 67  typedef signed int  SINT32; | 
 |  |  | 
 |  |  | 
 | #define GETTICK()       GetTickCount() | #define GETTICK()       GetTickCount() | 
 |  | #define __ASSERT(s) | 
 | #define SPRINTF         sprintf | #define SPRINTF         sprintf | 
 | #define STRLEN          strlen | #define STRLEN          strlen | 
 | #define __ASSERT(s) |  | 
 |  |  | 
| #if defined(WIN32_PLATFORM_PSPC) && defined(SIZE_QVGA) | #if defined(WIN32_PLATFORM_PSPC) | 
 | #define MENU_TASKMINIMIZE | #define MENU_TASKMINIMIZE | 
 | #define SUPPORT_SOFTKBD                 1 | #define SUPPORT_SOFTKBD                 1 | 
 | #endif | #endif |