|
|
| version 1.4, 2003/11/29 00:36:00 | version 1.5, 2003/11/30 12:32:05 |
|---|---|
| Line 7 | Line 7 |
| #define OSLINEBREAK_CRLF | #define OSLINEBREAK_CRLF |
| typedef short SINT16; | typedef signed char SINT8; |
| typedef int SINT32; | typedef signed short SINT16; |
| typedef signed int SINT32; | |
| #ifndef ZeroMemory | #ifndef ZeroMemory |
| Line 48 typedef int SINT32; | Line 49 typedef int SINT32; |
| #define GETTICK() GetTickCount() | #define GETTICK() GetTickCount() |
| #define SPRINTF sprintf | #define SPRINTF sprintf |
| #define __ASSERT(s) | |
| #if defined(WIN32_PLATFORM_PSPC) | #if defined(WIN32_PLATFORM_PSPC) |
| #define MENU_TASKMINIMIZE | #define MENU_TASKMINIMIZE |