|
|
| version 1.16, 2005/02/12 12:14:00 | 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 "milstr.h" | #include "milstr.h" |
| #include "_memory.h" | #include "_memory.h" |
| Line 53 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) | #if defined(WIN32_PLATFORM_PSPC) |
| #define MENU_TASKMINIMIZE | #define MENU_TASKMINIMIZE |