--- np2/io/Attic/extmem.h 2003/12/08 00:55:32 1.3 +++ np2/io/Attic/extmem.h 2004/01/25 05:41:29 1.4 @@ -1,24 +1 @@ - -typedef struct { - UINT maxmem; - BYTE *pageptr[4]; - UINT target; - UINT32 page[4]; -} _EXTMEM, *EXTMEM; - - -#ifdef __cplusplus -extern "C" { -#endif - -void extmemmng_clear(void); -BOOL extmemmng_realloc(UINT megabytes); - -BOOL extmem_init(BYTE usemem); -void extmem_reset(void); -void extmem_bind(void); - -#ifdef __cplusplus -} -#endif - +#error