From 4297404391e6d828d71306f7402ba1cdd05297aa Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 7 May 2004 01:45:49 +0000 Subject: - Fixed attribute List problems. - Super fragmented MFTs work - Ignore compressed and encrypted files - Simplified memory management. - Skip simple files - Win32 compatibility work --- src/compat.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/compat.h') diff --git a/src/compat.h b/src/compat.h index c2b4128..65a0c8e 100644 --- a/src/compat.h +++ b/src/compat.h @@ -192,6 +192,10 @@ void vwarnx(const char *fmt, va_list ap); void* reallocf(void* p, size_t sz); #endif +#ifndef HAVE_MALLOCF +void* mallocf(size_t sz); +#endif + /* Some number conversion stuff */ #include @@ -223,7 +227,7 @@ void* reallocf(void* p, size_t sz); #ifdef _WIN32 - #ifdef SIZEOF_WHCHAR_T != 2 + #if SIZEOF_WHCHAR_T != 2 #error Incompatible size of wchar_t #endif -- cgit v1.2.3