| version 1.1.1.1, 2003/10/16 17:57:09 | version 1.3, 2005/02/15 18:42:20 | 
| Line 22  extern "C" { | Line 22  extern "C" { | 
 | #define _MEM_USED(a)                    _memused(a) | #define _MEM_USED(a)                    _memused(a) | 
 |  |  | 
 | void _meminit(void); | void _meminit(void); | 
| void *_memalloc(int size, const char *name); | void *_memalloc(int size, const OEMCHAR *name); | 
 | void _memfree(void *hdl); | void _memfree(void *hdl); | 
| void _handle_append(void *hdl, const char *name); | void _handle_append(void *hdl, const OEMCHAR *name); | 
 | void _handle_remove(void *hdl); | void _handle_remove(void *hdl); | 
| void _memused(const char *filename); | void _memused(const OEMCHAR *filename); | 
 |  |  | 
 | #elif defined(MEMCHECK) | #elif defined(MEMCHECK) | 
 |  |  | 
 | extern  BOOL    chgmemory; | extern  BOOL    chgmemory; | 
| extern  DWORD   usedmemory; | extern  UINT    usedmemory; | 
 |  |  | 
 | #define _MEM_INIT()                             _meminit() | #define _MEM_INIT()                             _meminit() | 
 | #define _MALLOC(a, b)                   _memalloc(a) | #define _MALLOC(a, b)                   _memalloc(a) |