| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to compiler.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / wince / w32 | 
| version 1.14, 2004/04/05 09:45:08 | version 1.15, 2004/06/14 13:35:40 | 
|---|---|
| Line 1 | Line 1 | 
| #include <windows.h> | #include <windows.h> | 
| #include <tchar.h> | |
| #include <stdio.h> | #include <stdio.h> | 
| #include <stddef.h> | #include <stddef.h> | 
| Line 43 typedef unsigned int UINT32; | Line 44 typedef unsigned int UINT32; | 
| #define GETTICK() GetTickCount() | #define GETTICK() GetTickCount() | 
| #if defined(UNICODE) | |
| #define SPRINTF sprintf | |
| #else | |
| #define SPRINTF wsprintf | #define SPRINTF wsprintf | 
| #endif | |
| #define __ASSERT(s) | #define __ASSERT(s) | 
| #define VERMOUTH_LIB | #define VERMOUTH_LIB |